diff options
Diffstat (limited to 'gst/autodetect/gstautovideosink.c')
-rw-r--r-- | gst/autodetect/gstautovideosink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/autodetect/gstautovideosink.c b/gst/autodetect/gstautovideosink.c index b9dfda81..5d2ba29e 100644 --- a/gst/autodetect/gstautovideosink.c +++ b/gst/autodetect/gstautovideosink.c @@ -88,7 +88,7 @@ static void gst_auto_video_sink_init (GstAutoVideoSink * sink, GstAutoVideoSinkClass * g_class) { - sink->pad = gst_ghost_pad_new_notarget ("sink", GST_PAD_SINK); + sink->pad = gst_ghost_pad_new_no_target ("sink", GST_PAD_SINK); gst_element_add_pad (GST_ELEMENT (sink), sink->pad); gst_auto_video_sink_reset (sink); |