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 753483 - videorate: add support for bayer formats
videorate: add support for bayer formats
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal enhancement
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-10 20:20 UTC by Joan Pau
Modified: 2015-08-16 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
simple fix: add missing caps to pad template (1.53 KB, patch)
2015-08-10 20:22 UTC, Joan Pau
committed Details | Review

Description Joan Pau 2015-08-10 20:20:46 UTC
Since the videorate element just duplicates or drops frames
to achieve the desired framerate, it can accept video/x-bayer media
(in any format), which are not present in the current caps.
Just add "video/x-bayer(ANY);" to the caps of the static pad template
(fixing line style to pass the indent commit hook).
Comment 1 Joan Pau 2015-08-10 20:22:48 UTC
Created attachment 309026 [details] [review]
simple fix: add missing caps to pad template
Comment 2 Nicolas Dufresne (ndufresne) 2015-08-10 21:46:30 UTC
Thanks for your contribution.

commit 5070d6367e6581aa62396b4f64ff2e0537696522
Author: Joan Pau Beltran <joanpau.beltran@socib.cat>
Date:   Mon Aug 10 22:03:48 2015 +0200

    videorate: add support for bayer formats
    
    Since the videorate element just duplicates or drops frames
    to achieve the desired framerate, it can accept video/x-bayer media
    (in any format), which are not present in the current caps.
    Just add "video/x-bayer(ANY);" to the caps of the static pad template
    (fixing line style to pass the indent commit hook).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753483