v4l2object: Don't enforce dimension field on encoded formats
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 12 Dec 2013 21:27:21 +0000 (16:27 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 10 Jan 2014 22:20:21 +0000 (17:20 -0500)
commit986e5b460d5174db22d238248485c7559203a1cf
tree2abdc864627c0fe75acf21772547110a7199a7ca
parentba81eeb16bea849ab0d1383de2376f38c0e6bb54
v4l2object: Don't enforce dimension field on encoded formats

Don't enforce having width, height and framerate in template caps for encoded
formats. These don't always need to be exposed and may break negotiation for
decoder and decoding sink. If needed, these field will be automatically added
when probed caps are known.

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