summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86c35fcb..fc3b18c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2007-12-05 Wim Taymans <wim.taymans@gmail.com>
+ * gst/autodetect/gstautovideosink.c:
+ (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
+ (gst_auto_video_sink_init),
+ (gst_auto_video_sink_create_element_with_pretty_name),
+ (gst_auto_video_sink_find_best),
+ (gst_auto_video_sink_set_property),
+ (gst_auto_video_sink_get_property):
+ * gst/autodetect/gstautovideosink.h:
+ Fix docs.
+ Use same error reporting code as autoaudiosink.
+ Add property to filter sinks based on caps. Only select raw video sinks
+ by default for backwards compat.
+ API: GstAutoVideoSink::filter-caps
+
+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: