Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output the debug message with the error. #136

Merged
merged 1 commit into from Jan 15, 2015

Conversation

mithro
Copy link
Member

@mithro mithro commented Jan 15, 2015

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.)

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
Copy link
Member Author

mithro commented Jan 15, 2015

@deeprave If this looks good, can you merge?

deeprave added a commit that referenced this pull request Jan 15, 2015
Output the debug message with the error to provide more useful info.
@deeprave deeprave merged commit 8b8f07a into timvideos:master Jan 15, 2015
@mithro mithro deleted the debug-output branch January 15, 2015 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants