After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 620717 - [geometrytransform] Incomplete template caps
[geometrytransform] Incomplete template caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal major
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-06 06:15 UTC by Sebastian Dröge (slomo)
Modified: 2010-06-07 11:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
geometrictransform: Use explicit formats from gstvideo (2.35 KB, patch)
2010-06-06 17:38 UTC, Thiago Sousa Santos
committed Details | Review

Description Sebastian Dröge (slomo) 2010-06-06 06:15:25 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 :)
Comment 1 Thiago Sousa Santos 2010-06-06 17:38:43 UTC
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
Comment 2 Thiago Sousa Santos 2010-06-07 11:48:21 UTC
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