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 637224 - [bayer2rgb] missing framerate in sink caps
[bayer2rgb] missing framerate in sink caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.20
Other Linux
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-14 13:59 UTC by Benjamin Gaignard
Modified: 2010-12-15 20:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add framerate field to sink caps (435 bytes, patch)
2010-12-14 13:59 UTC, Benjamin Gaignard
committed Details | Review

Description Benjamin Gaignard 2010-12-14 13:59:53 UTC
Created attachment 176403 [details] [review]
add framerate field to sink caps

framerate caps is missing in sink so we have this error when try to get framerate value from the caps in gst_bayer2rgb_transform_caps function
GStreamer-CRITICAL **: gst_structure_set_value: assertion `G_IS_VALUE (value)' failed
Comment 1 Sebastian Dröge (slomo) 2010-12-15 20:28:49 UTC
commit c8d9cc5770667828bf4fd56db810851b4636bf29
Author: Benjamin Gaignard <benjamin.gaignard@stericsson.com>
Date:   Wed Dec 15 21:28:06 2010 +0100

    bayer2rgb: Add framerate to the sink caps
    
    Fixes bug #637224.