summaryrefslogtreecommitdiffstats
path: root/gst/autodetect/gstautoaudiosink.h
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 /gst/autodetect/gstautoaudiosink.h
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 'gst/autodetect/gstautoaudiosink.h')
-rw-r--r--gst/autodetect/gstautoaudiosink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/autodetect/gstautoaudiosink.h b/gst/autodetect/gstautoaudiosink.h
index 36defb8a..2e5085fd 100644
--- a/gst/autodetect/gstautoaudiosink.h
+++ b/gst/autodetect/gstautoaudiosink.h
@@ -43,6 +43,7 @@ typedef struct _GstAutoAudioSink {
/* explicit pointers to stuff used */
GstPad *pad;
GstElement *kid;
+ GstCaps *filter_caps;
} GstAutoAudioSink;
typedef struct _GstAutoAudioSinkClass {