- Jul 12, 2013
-
-
Tim-Philipp Müller authored
-
- Jul 11, 2013
-
-
-
-
-
The helper thread for Cocoa, in case no NS run loop is running, should be started only once and shared across all the instances running
-
-
-
We'll have to pop buffer from collectpads and store it internally only to get the timestamp of the next buffer. If we continue to keep it in collectpads, no new buffer to calculate the end time will ever arrive. https://bugzilla.gnome.org/show_bug.cgi?id=703743
-
Stream lock of sink pad was not unlocked after non-updating seek.
-
Downstream usually can't accept video/x-h263 but only application/x-rtp, so we would always get an empty intersection here. https://bugzilla.gnome.org/show_bug.cgi?id=702632
-
- Jul 05, 2013
-
-
This allows using avdec_flv which requires this field to be present in the caps. FLV only supports flash-video version 1 right now. https://bugzilla.gnome.org/show_bug.cgi?id=703076
-
- Jun 27, 2013
-
-
- Jun 20, 2013
-
-
Wim Taymans authored
It is already defined in core. fixes https://bugzilla.gnome.org/show_bug.cgi?id=702732
-
Wim Taymans authored
When we go to paused, we first flush the connection and then send the pause command. As a result of the flushing, the scheduled paused command can get lost. Wait until the connection is completely flushed and the rtsp task is waiting before issuing the paused or playing request. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=702705
-
- Jun 17, 2013
-
-
The mp2t payloader in 0.10 mislabelled the streams as MP2T-ES instead of MP2T, so accept that as well for compatibility reasons. https://bugzilla.gnome.org/show_bug.cgi?id=702457 Conflicts: gst/rtp/gstrtpmp2tdepay.c
-
-
- Jun 14, 2013
- Jun 11, 2013
-
-
Sebastian Dröge authored
Just use the default pad event handler. https://bugzilla.gnome.org/show_bug.cgi?id=701976
-
- Jun 05, 2013
-
-
Wim Taymans authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=701586
-
Wim Taymans authored
Return the output buffer from the process function instead of pushing it ourselves. This way, the subclass can actually deal with the return value of the push. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=693727
-
- May 28, 2013
-
-
-
Sebastian Dröge authored
-
Tim-Philipp Müller authored
Now that the subset check actually works, this breaks things with demuxers that don't put a "sof-marker" in their jpeg caps, and we don't have a good parser to plug either yet.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Fields were missing from the actual caps, or too many fields existed in the template caps.
-
Sebastian Dröge authored
The AAC caps passed were incomplete.
-
Sebastian Dröge authored
-
- May 23, 2013
-
-
- May 18, 2013
-
-
This is necessary because parts of the memory are only modified with "|=" https://bugzilla.gnome.org/show_bug.cgi?id=700514
-
The samplerate field in the STSD atom is not right for some ALAC files (usually when audio is 96kHz/24bits), so the audio caps must be extracted from the codec data. https://bugzilla.gnome.org/show_bug.cgi?id=700382
-
- May 09, 2013
-
-
qtdemux takes its buffers from a GstAdapter. Those buffers are created from the larger buffer that it obtained from upstream and they carry the same flags, including DISCONT if it is set. In these cases, all buffers that qtdemux is going to push would be marked as DISCONT. This scenario can make parsers/decoders flush on every buffer leading to no decoding at all hapenning. This patch prevents this by unsetting the flag if it shouldn't be set.
-
The destroyed flag was not reset properly and it's also not needed as we can check osxwindow != NULL
-
- May 07, 2013
-
-
Sebastian Dröge authored
Only detecting this in set_format() does not work because we might not get any caps at all, e.g. from filesrc.
-
Sebastian Dröge authored
This allows to plug pngdec directly without a parser if that is desired. Parsing code is based on pngparse.
-
- May 01, 2013
- Apr 29, 2013