v4l2: don't extract data from caps twice
authorMichael Olbrich <m.olbrich@pengutronix.de>
Mon, 1 Jul 2013 14:55:01 +0000 (16:55 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 2 Jul 2013 08:08:46 +0000 (10:08 +0200)
commit5c99fefa0475897efdfe8257d1d8ce026fac9107
tree413b60540593319579d85db89b80e6a606c1d1be
parent66dbe3151a3426f6de271c2999ee908a8e89b65c
v4l2: don't extract data from caps twice

gst_video_info_from_caps() always extract width, height, interlace mode and
framerate now. It is no longer necessary to do it again for encoded
formats.

https://bugzilla.gnome.org/show_bug.cgi?id=703399
sys/v4l2/gstv4l2object.c