- May 03, 2014
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Implement the reconfigure event, also do correct downstream caps negotiation if the subclass doesn't implementy set_caps. https://bugzilla.gnome.org/show_bug.cgi?id=725361
-
Sebastian Dröge authored
From bcb1518 to 211fa5f
-
- May 02, 2014
-
-
Olivier Crête authored
-
Tim-Philipp Müller authored
-
Vincent Penquerc'h authored
-
- May 01, 2014
-
-
Thiago Santos authored
Saving some cpu
-
In order to prevent SRTP roll over counter issues the initial sequence number is restricted to <= 32767. This is recommended by RFC 4568 section 6.4.
-
-
-
-
-
-
- Apr 30, 2014
-
-
Vincent Penquerc'h authored
Coverity 1208773
-
Empty the watchs queue when calling gst_rtsp_watch_set_flushing with flushing variabel is TRUE. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=728772
-
- Apr 29, 2014
-
-
Luis de Bethencourt authored
With a small type for the color values being left-shifted, the result is undefined and it could potentially overflow. https://bugzilla.gnome.org/show_bug.cgi?id=729195
-
Tim-Philipp Müller authored
Revert unintended parts of d8a09279
-
Christian Fredrik Kalager Schaller authored
-
-
Make sure rtp->data[3] is set before jumping to error path. https://bugzilla.gnome.org/show_bug.cgi?id=729117
-
- Apr 28, 2014
- Apr 26, 2014
-
-
Tim-Philipp Müller authored
Not even in the DEFAULT case. That's bad 0.10 behaviour, no caller is ever going to check the format of the response.
-
Tim-Philipp Müller authored
Fix gst-inspect-1.0 playbin criticals when printing the flags, which was caused by a missing nick name for one of the flags.
-
Tim-Philipp Müller authored
They are very confusing for people, and more often than not also just not very accurate. Seeing 'last reviewed: 2005' in your docs is not very confidence-inspiring. Let's just remove those comments.
-
- Apr 25, 2014
-
-
Sebastian Dröge authored
-
Edward Hervey authored
We were returning in various places without unreffing the caps, and we were also leaking (overwriting) the caps we got from _get_current_caps() Spotted by Haakon Sporsheim in #gstreamer
-
- Apr 22, 2014
-
-
Sebastian Dröge authored
-
Thiago Santos authored
Fixes assertion with some jpeg files
-
- Apr 21, 2014
-
-
Wim Taymans authored
First set the pipeline to the PAUSED state to check if we are dealing with a live pipeline or not. Then move to the desired state. If we don't do this, it is possible that we receive a BUFFERING message before we know that the pipeline is live and we would set the pipeline to PAUSED and deadlock.
-
Wim Taymans authored
Update the buffering variable, even for live pipelines so that we don't print \n for each buffering message.
-
- Apr 16, 2014
-
-
Sebastian Dröge authored
This should allow for more meaningful errors. Dereferencing NULL is more useful information than dereferencing a random address happened to be on the stack.
-
Vincent Penquerc'h authored
Might be what caused: Coverity 1139734
-
- Apr 15, 2014
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-