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: db47727011af
Choose a base ref
...
head repository: timvideos/gst-switch
compare: 8b8f07acae7b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 15, 2015

  1. Output the debug message with the error.

    Converted the following message;
    ```
    gst-switch-srv/gstworker.c:501:warning: input_3005: Internal data flow problem.
    ```
    to
    ```
    gst-switch-srv/gstworker.c:501:warning: input_3005: Internal data flow problem. (gstbasesink.c(3264): gst_base_sink_chain_unlocked (): /GstPipeline:pipeline10/GstInterVideoSink:sink:
    Received buffer without a new-segment. Assuming timestamps start from 0.)
    ```
    mithro committed Jan 15, 2015
    Copy the full SHA
    c799c53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #136 from mithro/debug-output

    Output the debug message with the error to provide more useful info.
    deeprave committed Jan 15, 2015
    Copy the full SHA
    8b8f07a View commit details
    Browse the repository at this point in the history