gstreamer/gst/playback
Wim Taymans 7736044d45 playsink: make playsink reusable
The sinkpads are unblocked when going from PAUSED->READY, we need to block them
again when going READY->PAUSED. The blocking of the pad previously only happened
when it was freshly obtained with _request_pad or when the caps changed. If we
don't release the pad when going to READY it was previously never blocked again
causing not-linked errors.
2012-05-01 12:19:11 +02:00
..
.gitignore playback: move tests from plugin-dir to tests/examples/playback 2010-08-12 10:52:34 +03:00
gstdecodebin2.c decodebin: Do not block on sticky and oob events 2012-04-16 13:49:07 +02:00
gstplay-enum.c playsink: Add a software color-balance element before the sink if the sink doesn't support changing the color-balance 2012-02-22 12:08:10 +01:00
gstplay-enum.h Merge branch 'master' into 0.11 2012-03-02 10:00:55 +01:00
gstplayback.c gst: Update for GST_PLUGIN_DEFINE() API change 2012-04-05 15:11:05 +02:00
gstplayback.h playback: merge playbin and decodebin plugins into one single playback plugin again 2011-06-15 00:02:13 +01:00
gstplaybin2.c playbin2: Don't hold the playbin lock in the autoplug-continue callback 2012-04-17 09:57:17 +02:00
gstplaysink.c playsink: make playsink reusable 2012-05-01 12:19:11 +02:00
gstplaysink.h Use the new GstSample for snapshots 2011-12-01 16:53:11 +01:00
gstplaysinkaudioconvert.c Use new gst_element_class_set_static_metadata() 2012-04-10 00:45:16 +01:00
gstplaysinkaudioconvert.h playsink: handle after-the-fact changes in converters/volume booleans 2011-11-03 10:02:31 +01:00
gstplaysinkconvertbin.c Use new gst_element_class_set_static_metadata() 2012-04-10 00:45:16 +01:00
gstplaysinkconvertbin.h convertbin: port to 0.11 again 2011-11-07 12:43:52 +01:00
gstplaysinkvideoconvert.c Use new gst_element_class_set_static_metadata() 2012-04-10 00:45:16 +01:00
gstplaysinkvideoconvert.h playsink: Add a software color-balance element before the sink if the sink doesn't support changing the color-balance 2012-02-22 12:08:10 +01:00
gstrawcaps.h audio: rework audio caps. 2011-08-18 19:15:03 +02:00
gststreamsynchronizer.c Use new gst_element_class_set_static_metadata() 2012-04-10 00:45:16 +01:00
gststreamsynchronizer.h streamsynchronizer: Fix another deadlock when going PAUSED->READY while streams are waiting for the GCond 2010-07-22 09:13:48 +02:00
gstsubtitleoverlay.c Use new gst_element_class_set_static_metadata() 2012-04-10 00:45:16 +01:00
gstsubtitleoverlay.h probes: port to new API for blocking and probes 2011-06-01 19:34:54 +02:00
gsturidecodebin.c uridecodebin: Check that properties have the correct type before using them 2012-04-16 08:27:09 +02:00
Makefile.am gst-libs: Remove interfaces libs and mixer/tuner interfaces 2012-04-13 13:14:13 +02:00