diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-04-20 15:18:32 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-04-20 15:18:32 +0000 |
commit | 15daa9f5d059bea1042b4a7af69366353301063d (patch) | |
tree | 2aaa476d04ec860f2d2aa206e645cfe174906055 /ChangeLog | |
parent | c5120f385afe7e13e3c2af49deb1263922b4c9fc (diff) | |
download | gst-plugins-bad-15daa9f5d059bea1042b4a7af69366353301063d.tar.gz gst-plugins-bad-15daa9f5d059bea1042b4a7af69366353301063d.tar.bz2 gst-plugins-bad-15daa9f5d059bea1042b4a7af69366353301063d.zip |
gst/autodetect/gstautoaudiosink.c: When redoing the ghostpad, make sure it's still registered with the element (other...
Original commit message from CVS:
* gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
When redoing the ghostpad, make sure it's still registered with
the element (otherwise gst_element_query() will fail miserably).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-04-20 Tim-Philipp Müller <tim at centricular dot net> + + * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect): + When redoing the ghostpad, make sure it's still registered with + the element (otherwise gst_element_query() will fail miserably). + 2005-04-20 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/libpng/gstpngenc.c: |