Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: timvideos/gst-switch
base: 02c1a548969f
Choose a base ref
...
head repository: timvideos/gst-switch
compare: 21b1d45122ce
Choose a head ref
  • 8 commits
  • 7 files changed
  • 2 contributors

Commits on Nov 24, 2014

  1. Copy the full SHA
    026dca1 View commit details
    Browse the repository at this point in the history
  2. Adding environment variables to make things cleaner.

     * Adding PYTHONPATH, allows linting without having to install the package.
    
     * Adding PYTHONWARNINGS=ignore, suppresses the following warnings;
    ```
    /usr/lib/python2.7/inspect.py:65: Warning: g_param_spec_boxed: assertion 'G_TYPE_IS_BOXED (boxed_type)' failed
      return isinstance(object, (type, types.ClassType))
    /usr/lib/python2.7/inspect.py:65: Warning: g_object_class_install_property: assertion 'G_IS_PARAM_SPEC (pspec)' failed
      return isinstance(object, (type, types.ClassType))
    ```
    mithro committed Nov 24, 2014
    Copy the full SHA
    6c03cfc View commit details
    Browse the repository at this point in the history
  3. Removing deprecated include-ids option.

    Fixed `Warning: option include-ids is deprecated and ignored.`
    mithro committed Nov 24, 2014
    Copy the full SHA
    8374abc View commit details
    Browse the repository at this point in the history
  4. Fixing lint errors.

    mithro committed Nov 24, 2014
    Copy the full SHA
    79f4e3f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0787bc7 View commit details
    Browse the repository at this point in the history
  6. PEP8 fixes.

    mithro committed Nov 24, 2014
    Copy the full SHA
    825b1cd View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2014

  1. Copy the full SHA
    9d5faf0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from mithro/pylint-fixes

    Pylint fixes
    hyades committed Nov 27, 2014
    Copy the full SHA
    21b1d45 View commit details
    Browse the repository at this point in the history