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:
Ole André Vadla Ravnås 2010-11-11 21:42:03 +01:00
parent ebd2a6d6e9
commit e4db4257d5

View file

@ -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;