GNOME Bugzilla – Bug 699570
v4l2: always generate video info from caps
Last modified: 2013-05-03 11:15:32 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.
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