summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-05-25 10:23:49 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-05-25 10:23:49 +0000
commit465a740bbf5b569251ecfb4d4ebd301b0120b2ca (patch)
tree78783546dafc43d58eeda9fcb13b84ef062f7399 /ChangeLog
parentd2977ff4eba46efb99930f89614c1105a2ebc1af (diff)
gst/autodetect/gstautoaudiosink.c: Don't unnecessarily perform a READY->NULL->READY transition on the detected audio ...
Original commit message from CVS: * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect): Don't unnecessarily perform a READY->NULL->READY transition on the detected audio sink when starting up. Fixes: #440127
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84c7648c..f883165d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
+ Don't unnecessarily perform a READY->NULL->READY transition on the
+ detected audio sink when starting up. Fixes: #440127
+
2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
* ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),