mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
playsink: set the sink flag on the element
This commit is contained in:
parent
7a82caebd2
commit
a31c3bfc60
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue