gstappsrc NV12 buffer data
Nicolas Dufresne
nicolas.dufresne at collabora.co.uk
Thu Dec 6 08:08:32 PST 2012
Le mercredi 05 décembre 2012 à 15:28 -0800, jlancaster a écrit :
>
> The data that is on the src pad is reported as:
>
> video/x-raw-yuv-strided, format: {NV12}, width: [1, 2147483647],
> height: [1,
> 2147483647], framerate: [ 0/1, 2147483647]
>
> It should be, and I want it to be:
>
> video/x-raw-yuv-strided, width: 720, height: 480, format: NV12,
> rowstride:
> 896, framerate: 1000/67, pixel-aspect-ratio: 1/1, interlaced: false
Custom stride support has been introduced in GStreamer 1.0. Introducing
a new media type will most likely take a long time since it would
require modifying all existing elements.
regards,
Nicolas
More information about the gstreamer-devel
mailing list