gstreamer/gst
Sebastian Dröge 3d751d190d playbin2: Make it possible for READY->PAUSED to succeed after it failed the first time
If READY->PAUSED failed in the source element we would've swapped
the current and next group already. To allow READY->PAUSED to succeed
after the first failure we have to swap the current and next group
back again. This also ensure that we're again in the same state
as before the failed state change and not at the next group.

This was especially a problem for playbin2 pipelines that use the
new mounting support in giosrc as the source would fail for READY->PAUSED
the first time, the application mounts the location and then tries
to go READY->PAUSED again (and this time it would succeed).

Fixes bug #588078.
2009-07-10 17:08:40 +02:00
..
adder adder: keep sending newsegments after seeking 2009-07-06 22:35:14 +01:00
app Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:18 +00:00
audioconvert audioconvert: Fix compilation when debugging is disabled 2009-07-08 15:08:32 +02:00
audiorate Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00:00
audioresample Run liboil benchmark multiple times 2009-05-22 17:34:56 -07:00
audiotestsrc audiotestsrc: Name gaussian noise "gaussian-noise" instead of just "gaussian" 2009-06-21 19:43:18 +02:00
ffmpegcolorspace ffmpegcolorspace: Fix NV12 and NV21 transformations 2009-06-20 23:48:22 +01:00
gdp gdppay: set caps on outgoing buffers 2009-05-27 12:10:05 +02:00
playback playbin2: Make it possible for READY->PAUSED to succeed after it failed the first time 2009-07-10 17:08:40 +02:00
subparse ssaparse: avoid leaking all buffers 2009-06-23 12:40:56 +02:00
tcp tcpclientsrc: this is not a live source 2009-05-19 18:43:45 +02:00
typefind typefinding: lower the h264 typefinder's probability 2009-06-25 12:09:59 +01:00
videorate videorate: handle invalid timestamps better 2009-05-12 10:47:17 +02:00
videoscale videoscale: Add support for 16 bit grayscale in native endianness 2009-05-26 15:26:30 +02:00
videotestsrc videotestsrc: Fix NV12 painting for odd strides/heights 2009-06-20 23:48:22 +01:00
volume volume: include "1.0=100%" in property description 2009-06-30 14:46:38 +03:00
Makefile.am gst/Makefile.am: GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean them twice 2008-03-03 23:59:45 +00:00