summaryrefslogtreecommitdiffstats
path: root/gst/autodetect/gstautovideosink.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-12-05 16:04:47 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-12-05 16:04:47 +0000
commitdc9c3f540c18b1118e2010591edede18c385c4ab (patch)
tree92e67adab1433fc4c09d644a0a1de04aefd0cc9c /gst/autodetect/gstautovideosink.h
parent619ee506cf6c1dfef7dd21f124fd0163f9bdf5e0 (diff)
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
Diffstat (limited to 'gst/autodetect/gstautovideosink.h')
-rw-r--r--gst/autodetect/gstautovideosink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/autodetect/gstautovideosink.h b/gst/autodetect/gstautovideosink.h
index 16c772a5..9aece2b5 100644
--- a/gst/autodetect/gstautovideosink.h
+++ b/gst/autodetect/gstautovideosink.h
@@ -43,6 +43,7 @@ typedef struct _GstAutoVideoSink {
/* explicit pointers to stuff used */
GstPad *pad;
GstElement *kid;
+ GstCaps *filter_caps;
} GstAutoVideoSink;
typedef struct _GstAutoVideoSinkClass {