summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-11-25 20:46:55 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-11-25 20:46:55 +0000
commit1b8c0ec3290e0f781c35c63d9d4fb0453f9580cc (patch)
treed8799750432e15e5310b78744418d30a8f2425ee /ChangeLog
parentbf45760b330d18dfde219b5601d2efbf4e88d8bf (diff)
downloadgst-plugins-bad-1b8c0ec3290e0f781c35c63d9d4fb0453f9580cc.tar.gz
gst-plugins-bad-1b8c0ec3290e0f781c35c63d9d4fb0453f9580cc.tar.bz2
gst-plugins-bad-1b8c0ec3290e0f781c35c63d9d4fb0453f9580cc.zip
gst/playback/gstplaybin.c: Don't reference all sinks, but only the video- and audiosinks.
Original commit message from CVS: * gst/playback/gstplaybin.c: (gen_video_element), (gen_audio_element), (setup_sinks), (gst_play_bin_change_state): Don't reference all sinks, but only the video- and audiosinks. The vis. element should be disposed when we're done with it. We don't have any reason to keep it around. This fixes warnings when reusing playbin for playing multiple audio files with vis. enabled. Also release audio device on pause - idea stolen from Rhythmbox.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d5c2166..4fec7280 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+ * gst/playback/gstplaybin.c: (gen_video_element),
+ (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
+ Don't reference all sinks, but only the video- and audiosinks.
+ The vis. element should be disposed when we're done with it.
+ We don't have any reason to keep it around. This fixes warnings
+ when reusing playbin for playing multiple audio files with
+ vis. enabled. Also release audio device on pause - idea stolen
+ from Rhythmbox.
+
+2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
* ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
(gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
* ext/alsa/gstalsa.c: (gst_alsa_get_caps):