summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-08-16 10:53:32 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-08-16 10:53:32 +0000
commit835264e18d4789ca7d0a468e5f1f910e165445f9 (patch)
tree0346f4cf642fb3d78be1274da43495b20289c355 /ChangeLog
parent2ea11c1c09f9b5c5833303381f2b69eb940c37b8 (diff)
gst/autodetect/gstautoaudiosink.c: When we can't find a usable audiosink, don't error out, but use a fake sink instea...
Original commit message from CVS: * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best): When we can't find a usable audiosink, don't error out, but use a fake sink instead and post a warning message on the bus (#341278).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02bdde48..70b4259b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/autodetect/gstautoaudiosink.c:
+ (gst_auto_audio_sink_find_best):
+ When we can't find a usable audiosink, don't error out,
+ but use a fake sink instead and post a warning message
+ on the bus (#341278).
+
+2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
+
* sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
* sys/oss/gstosssink.c:
* sys/oss/gstosssrc.c: