gstreamer/gst/playback
Sebastian Dröge 53f135cec7 playbin: Send upstream events directly to playsink
Send event directly to playsink instead of letting GstBin iterate
over all sink elements. The latter might send the event multiple times
in case the SEEK causes a reconfiguration of the pipeline, as can easily
happen with adaptive streaming demuxers.

What would then happen is that the iterator would be reset, we send the
event again, and on the second time it will fail in the majority of cases
because the pipeline is still being reconfigured
2015-10-23 12:02:28 +03:00
..
.gitignore playsink: remove old marshal remains 2012-07-13 12:35:44 +02:00
gstdecodebin2.c decodebin: track the exposable pads through connect_pad 2015-10-20 10:48:05 +03:00
gstplay-enum.c
gstplay-enum.h
gstplayback.c
gstplayback.h
gstplaybackutils.c playback: Skip 'ANY' capsfeature while finding the count of common capsfeatures 2015-06-09 10:13:08 +02:00
gstplaybackutils.h playback: Add gstplaybackutils.{h,c} to deploy the common subroutines 2015-06-09 10:13:08 +02:00
gstplaybin2.c playbin: Send upstream events directly to playsink 2015-10-23 12:02:28 +03:00
gstplaysink.c playsink: relink text_pad in case of reconfiguration 2015-10-20 10:37:04 +03:00
gstplaysink.h
gstplaysinkaudioconvert.c
gstplaysinkaudioconvert.h
gstplaysinkconvertbin.c playsinkconvertbin: implement accept-caps handler 2015-08-28 09:44:10 -03:00
gstplaysinkconvertbin.h
gstplaysinkvideoconvert.c
gstplaysinkvideoconvert.h
gstrawcaps.h
gststreamsynchronizer.c streamsynchronizer: Unblock EOS wait when track switching. 2015-06-23 15:28:49 +02:00
gststreamsynchronizer.h
gstsubtitleoverlay.c decodebin/playbin/playsink/subtitleoverlay: Post async-done on state change failures 2015-10-19 11:06:25 +03:00
gstsubtitleoverlay.h
gsturidecodebin.c playbin/uridecodebin: Always post async-done immediately if we're a live pipeline 2015-10-19 11:06:25 +03:00
Makefile.am playback: Add gstplaybackutils.{h,c} to deploy the common subroutines 2015-06-09 10:13:08 +02:00