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: 67317e77206a
Choose a base ref
...
head repository: timvideos/gst-switch
compare: a4a73d8b0fd5
Choose a head ref
  • 11 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 30, 2015

  1. Copy the full SHA
    1824311 View commit details
    Browse the repository at this point in the history
  2. Fixing the Makefile.

    mithro committed Jan 30, 2015
    Copy the full SHA
    cb091e9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4b20d6c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ba5316f View commit details
    Browse the repository at this point in the history
  5. Adding libyaml-dev needed by PyYAML needed by coveralls.

    Fixes;
    ```
    Running setup.py install for PyYAML
      checking if libyaml is compilable
      x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o
      build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory
       #include <yaml.h>
                        ^
      compilation terminated.
    
      libyaml is not found or a compiler error: forcing --without-libyaml
      (if libyaml is installed correctly, you may need to
       specify the option --include-dirs or uncomment and
       modify the parameter include_dirs in setup.cfg)
    ```
    mithro committed Jan 30, 2015
    Copy the full SHA
    fbe256e View commit details
    Browse the repository at this point in the history
  6. Integration test not unit.

    mithro committed Jan 30, 2015
    Copy the full SHA
    ffe029c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2015

  1. Copy the full SHA
    11bc3b5 View commit details
    Browse the repository at this point in the history
  2. Make .travis-setup executable.

    mithro committed Jan 31, 2015
    Copy the full SHA
    2cd239e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    72b8fd3 View commit details
    Browse the repository at this point in the history
  4. Need to install indent.

    mithro committed Jan 31, 2015
    Copy the full SHA
    9784299 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #185 from mithro/travisfix

    Rework how the travis build works.
    mithro committed Jan 31, 2015
    Copy the full SHA
    a4a73d8 View commit details
    Browse the repository at this point in the history