playsink: set the sink flag on the element
This commit is contained in:
parent
7a82caebd2
commit
a31c3bfc60
@ -253,6 +253,7 @@ gst_play_sink_init (GstPlaySink * playsink)
|
|||||||
|
|
||||||
playsink->lock = g_mutex_new ();
|
playsink->lock = g_mutex_new ();
|
||||||
playsink->need_async_start = TRUE;
|
playsink->need_async_start = TRUE;
|
||||||
|
GST_OBJECT_FLAG_SET (playsink, GST_ELEMENT_IS_SINK);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user