Lines Matching refs:autodetect
4 Subject: [PATCH 03/12] autodetect: Add preferred for
9 gst/autodetect/gstautoaudiosink.c | 3 +++
10 gst/autodetect/gstautodetect.c | 14 ++++++++++++++
11 gst/autodetect/gstautodetect.h | 1 +
12 gst/autodetect/gstautovideosink.c | 3 +++
15 diff --git a/gst/autodetect/gstautoaudiosink.c b/gst/autodetect/gstautoaudiosink.c
17 --- a/gst/autodetect/gstautoaudiosink.c
18 +++ b/gst/autodetect/gstautoaudiosink.c
30 autodetect->media_klass = "Audio";
31 autodetect->flag = GST_ELEMENT_FLAG_SINK;
32 + autodetect->preferred = g_getenv ("AUTOAUDIOSINK_PREFERRED");
36 diff --git a/gst/autodetect/gstautodetect.c b/gst/autodetect/gstautodetect.c
38 --- a/gst/autodetect/gstautodetect.c
39 +++ b/gst/autodetect/gstautodetect.c
61 diff --git a/gst/autodetect/gstautodetect.h b/gst/autodetect/gstautodetect.h
63 --- a/gst/autodetect/gstautodetect.h
64 +++ b/gst/autodetect/gstautodetect.h
73 diff --git a/gst/autodetect/gstautovideosink.c b/gst/autodetect/gstautovideosink.c
75 --- a/gst/autodetect/gstautovideosink.c
76 +++ b/gst/autodetect/gstautovideosink.c
88 autodetect->media_klass = "Video";
89 autodetect->flag = GST_ELEMENT_FLAG_SINK;
90 + autodetect->preferred = g_getenv ("AUTOVIDEOSINK_PREFERRED");