gstreamer/gst
Tim-Philipp Müller 7620d8800d playbin2: actually use configured audio/video sinks
playbin2 inadvertently used autoaudiosink and autovideosink up to now,
since it would overwrite the sinks configured via the "audio-sink"
and "video-sink" properties with the stream-specific group sinks when
configuring the outputs. Those are usually NULL however, so that would
overwrite the configured sinks with NULL which makes playbin2 then
default to the auto sinks. Fix this by keeping a reference to each
configured sink in playbin2 and setting up the right sinks depending
on whether there is a stream-specific sink or not.

Fixes #584020.
2009-05-28 15:30:27 +01:00
..
adder adder: only send flush_stop when seek failed 2009-05-19 18:44:01 +03:00
app Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:18 +00:00
audioconvert Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00: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: fix broken enum nick - it should have a hyphen 2009-05-12 17:18:37 +01:00
ffmpegcolorspace ffmpegcolorspace: Add support for 16 bit grayscale in little/big endian 2009-05-26 15:26:30 +02:00
gdp gdppay: set caps on outgoing buffers 2009-05-27 12:10:05 +02:00
playback playbin2: actually use configured audio/video sinks 2009-05-28 15:30:27 +01:00
subparse subparse: use the right variable in debug log, encoding is not yet initialized 2009-03-05 10:58:12 +02:00
tcp tcpclientsrc: this is not a live source 2009-05-19 18:43:45 +02:00
typefind typefindfunctions: made mp3_type_find less aggressive 2009-05-12 09:03:22 +02: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: Add support for 16 bit grayscale in native endianness 2009-05-26 15:26:29 +02:00
volume gst/volume/gstvolume.c: Use new basetransform vmethod to reconfigure the dynamic properties and any pending volume/mu... 2008-12-08 18:44:22 +00: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