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
@ -337,6 +337,7 @@ gst_cel_video_src_unlock (GstBaseSrc * basesrc)
|
||||
|
||||
BUFQUEUE_LOCK (self);
|
||||
self->running = FALSE;
|
||||
BUFQUEUE_NOTIFY (self);
|
||||
BUFQUEUE_UNLOCK (self);
|
||||
|
||||
return TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user