From dc9c3f540c18b1118e2010591edede18c385c4ab Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 5 Dec 2007 16:04:47 +0000 Subject: gst/autodetect/gstautovideosink.*: Fix docs. Original commit message from CVS: * 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 --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 86c35fcb..fc3b18c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2007-12-05 Wim Taymans + + * 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 Patch by: Tommi Myöhänen -- cgit