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 757264 - videotestsrc: Bayer format 'gbrg' not handled properly
videotestsrc: Bayer format 'gbrg' not handled properly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 1.6.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-28 18:08 UTC by Joan Pau
Modified: 2015-10-30 20:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix handling of Bayer format 'gbrg' (993 bytes, patch)
2015-10-28 18:08 UTC, Joan Pau
committed Details | Review

Description Joan Pau 2015-10-28 18:08:00 UTC
Created attachment 314339 [details] [review]
Fix handling of Bayer format 'gbrg'

Due to a typo, the `videotestsrc` element does not handle
the Bayer format 'gbrg' properly (reports is as invalid),
causing negotiation errors. The attached patch fixes it.
Comment 1 Tim-Philipp Müller 2015-10-30 20:42:19 UTC
Thanks for the patch!

commit a95a900c21f66c69fb9e41dc243b554314d79a6d
Author: Joan Pau Beltran <joanpau.beltran@socib.cat>
Date:   Wed Oct 28 18:36:41 2015 +0100

    videotestsrc: fix handling of Bayer format 'gbrg'
    
    Due to a typo, videotestsrc did not handle the Bayer
    format 'gbrg' properly and reported it as invalid,
    causing negotiation errors.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757264