After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 700503 - v4l2: don't stop streaming when set_caps is called with unchanged caps
v4l2: don't stop streaming when set_caps is called with unchanged caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-17 08:23 UTC by Michael Olbrich
Modified: 2013-05-20 09:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.81 KB, patch)
2013-05-17 08:23 UTC, Michael Olbrich
committed Details | Review

Description Michael Olbrich 2013-05-17 08:23:12 UTC
Created attachment 244492 [details] [review]
patch

This can happen if other parts of the pipeline are reconfigured.
Stop streaming even for a short amount of time can be quite visible, so it
should be avoided if possible.
Comment 1 Sebastian Dröge (slomo) 2013-05-20 09:13:39 UTC
commit 00ffe41e6a0107495ce36d06ece02f097909aee3
Author: Michael Olbrich <m.olbrich@pengutronix.de>
Date:   Fri May 17 10:16:48 2013 +0200

    v4l2: Don't stop streaming when set_caps is called with unchanged caps
    
    This can happen if other parts of the pipeline are reconfigured.
    Stop streaming even for a short amount of time can be quite visible, so it
    should be avoided if possible.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=700503