mpeg2dec: Add stride support
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 13 Mar 2015 17:00:03 +0000 (17:00 +0000)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 13 Mar 2015 17:00:03 +0000 (17:00 +0000)
commit35c937f2a45e23762bbfb43ce3378d4d05f48d25
tree953f5707969c6f685d7070c4dc19c2c9fcae32ce
parent7e8050728a26b02317d85afcc9456b1e6630bf32
mpeg2dec: Add stride support

This allow using external pools that have different strides from the
default. These strides need to respect certain rules, which we check
and if these are not met, we fallback to generic pool.

https://bugzilla.gnome.org/show_bug.cgi?id=735379
ext/mpeg2dec/gstmpeg2dec.c