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 699570 - v4l2: always generate video info from caps
v4l2: always generate video info from caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-03 10:54 UTC by Michael Olbrich
Modified: 2013-05-03 11:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.60 KB, patch)
2013-05-03 10:54 UTC, Michael Olbrich
committed Details | Review

Description Michael Olbrich 2013-05-03 10:54:28 UTC
Created attachment 243168 [details] [review]
patch

In the past gst_video_info_from_caps() only video/x-raw. Now it also
supports other video/* and image/* formats.
With this patch the format won't be GST_VIDEO_FORMAT_UNKOWN and
gst_v4l2_buffer_pool_set_config() handles strides correctly.
Comment 1 Sebastian Dröge (slomo) 2013-05-03 11:15:29 UTC
commit 53da901cc9814ba6581b113ce9e82db25f297147
Author: Michael Olbrich <m.olbrich@pengutronix.de>
Date:   Fri May 3 12:46:37 2013 +0200

    v4l2: always generate video info from caps
    
    In the past gst_video_info_from_caps() only video/x-raw. Now it also
    supports other video/* and image/* formats.
    With this patch the format won't be GST_VIDEO_FORMAT_UNKOWN and
    gst_v4l2_buffer_pool_set_config() handles strides correctly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699570