mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
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:
parent
4b2808c310
commit
19608ac85b
1 changed files with 0 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue