GNOME Bugzilla – Bug 620717
[geometrytransform] Incomplete template caps
Last modified: 2010-06-07 11:48:32 UTC
geometrytransform currently has "video/x-raw-rgb; video/x-raw-gray" as template caps. That's not complete, you need at least the width/height and RGB16/15 is not supported either. Also, you could probably support AYUV without any other changes :)
Created attachment 162875 [details] [review] geometrictransform: Use explicit formats from gstvideo Use explicit format macros from gstvideo to avoid exposing unsupported formats on template pads. Using the macros also give us complete caps (width/height/framerate). And add support for AYUV. Fixes #620717
Pushed. commit a45a1d70dd8e687aca2cfc9490fe56ac8ede619c Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk> Date: Sun Jun 6 14:35:44 2010 -0300 geometrictransform: Use explicit formats from gstvideo Use explicit format macros from gstvideo to avoid exposing unsupported formats on template pads. Using the macros also give us complete caps (width/height/framerate). And add support for AYUV. Fixes #620717