commit | 1f31715c98616791293d0f9539d43845d7e0343e | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Fri May 13 14:58:41 2016 +0200 |
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | Mon Jun 06 17:35:47 2016 -0400 |
tree | df54a6e29adf69c44c387915ca707d3de3268638 | |
parent | 74f020fd2f1dc645efe35a7ba1f951f9c5ee7c4c [diff] |
v4l2videodec: use visible size, not coded size, for downstream negotiation filter gst_v4l2_probe_caps() returns the coded size, not the visible size. Subtract the known padding from probed caps with the coded size before using them as filter for caps negotiation with downstream elements. https://bugzilla.gnome.org/show_bug.cgi?id=766382