mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
celvideosrc: unlock should also notify
Otherwise we depend on being woken up by the CoreMedia queue getting its next buffer.
This commit is contained in:
parent
ebd2a6d6e9
commit
e4db4257d5
1 changed files with 1 additions and 0 deletions
|
@ -337,6 +337,7 @@ gst_cel_video_src_unlock (GstBaseSrc * basesrc)
|
||||||
|
|
||||||
BUFQUEUE_LOCK (self);
|
BUFQUEUE_LOCK (self);
|
||||||
self->running = FALSE;
|
self->running = FALSE;
|
||||||
|
BUFQUEUE_NOTIFY (self);
|
||||||
BUFQUEUE_UNLOCK (self);
|
BUFQUEUE_UNLOCK (self);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in a new issue