v4l2bufferpool: Don't deactivate otherpool

We should not stop the otherpool unless we also stop our own
pool, otherwise it will never get restarted.

https://bugzilla.gnome.org/show_bug.cgi?id=730207
This commit is contained in:
Nicolas Dufresne 2014-05-14 13:05:42 -04:00
parent 4b2808c310
commit 19608ac85b

View file

@ -862,9 +862,6 @@ stop_streaming (GstV4l2BufferPool * pool)
pool->flushing = FALSE;
pool->streaming = FALSE;
if (pool->other_pool)
gst_buffer_pool_set_active (pool->other_pool, FALSE);
return TRUE;
/* ERRORS */