summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-04-20 15:18:32 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-04-20 15:18:32 +0000
commit15daa9f5d059bea1042b4a7af69366353301063d (patch)
tree2aaa476d04ec860f2d2aa206e645cfe174906055
parentc5120f385afe7e13e3c2af49deb1263922b4c9fc (diff)
downloadgst-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).
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 624dd0e1..4147450b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: