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 634391 - [v4l2src] add interlaced field to caps
[v4l2src] add interlaced field to caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.27
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-09 08:47 UTC by Janne Grunau
Modified: 2010-12-05 12:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
implement interlace caps for v4l2src (4.32 KB, patch)
2010-11-09 08:48 UTC, Janne Grunau
committed Details | Review

Description Janne Grunau 2010-11-09 08:47:57 UTC
Attached patch sets the interlaced cap according to the field type information in v4l2 during probing.
Comment 1 Janne Grunau 2010-11-09 08:48:44 UTC
Created attachment 174117 [details] [review]
implement interlace caps for v4l2src
Comment 2 Tim-Philipp Müller 2010-12-05 12:15:28 UTC
Pushed, thanks!

 commit 351ac548228ec91fe3d73ee07c5a4e1618559e9d
 Author: Janne Grunau <janne.grunau@collabora.co.uk>
 Date:   Thu Nov 4 18:36:09 2010 +0100

    v4l2src: check field information and set interlaced caps accordingly
    
    Reject the format if the field type is not supported.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=634391