summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTommi Myöhänen <ext-tommi.myohanen@nokia.com>2007-12-05 16:02:15 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-12-05 16:02:15 +0000
commit619ee506cf6c1dfef7dd21f124fd0163f9bdf5e0 (patch)
tree4bb6bf51d80273194008566828019cebe3d246ae /ChangeLog
parent3a005c9579f8b756214fd0f5689eb71ad62ed9e7 (diff)
gst/autodetect/gstautoaudiosink.*: Add property to filter sinks based on caps. Only select raw audio sinks by default...
Original commit message from CVS: Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com> * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose), (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_set_property), (gst_auto_audio_sink_get_property): * gst/autodetect/gstautoaudiosink.h: Add property to filter sinks based on caps. Only select raw audio sinks by default for backwards compat. Fixes #417420. API: GstAutoAudioSink::filter-caps
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c39e34fe..86c35fcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2007-12-05 Wim Taymans <wim.taymans@gmail.com>
+
+ Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
+
+ * gst/autodetect/gstautoaudiosink.c:
+ (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
+ (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
+ (gst_auto_audio_sink_set_property),
+ (gst_auto_audio_sink_get_property):
+ * gst/autodetect/gstautoaudiosink.h:
+ Add property to filter sinks based on caps. Only select raw audio sinks
+ by default for backwards compat. Fixes #417420.
+ API: GstAutoAudioSink::filter-caps
+
2007-11-29 Michael Smith <msmith@fluendo.com>
Patch by: Arek Korbik <arkadini@gmail.com>