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 696435 - gst_static_caps_get(GST_STATIC_CAPS_NONE) doesn't work properly
gst_static_caps_get(GST_STATIC_CAPS_NONE) doesn't work properly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: 1.0.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-23 04:07 UTC by Matej Knopp
Modified: 2013-04-15 06:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matej Knopp 2013-03-23 04:07:58 UTC
GST_STATIC_CAPS_NONE is "NONE", but gst_static_caps_get expects it to be "EMPTY" (because _gst_caps_none is "EMPTY"
Comment 1 Sebastian Dröge (slomo) 2013-03-25 08:23:19 UTC
commit 7b00fd3701cd15825a2e948e36b085e981139a8b
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Mar 25 09:16:05 2013 +0100

    caps: Add unit test for GST_CAPS_{ANY,NONE} and GST_STATIC_CAPS_{ANY,NONE}
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696435

commit 7decc9bef7af0535981be35c26be803d7bd757ba
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Mar 25 09:19:24 2013 +0100

    caps: Fix gst_static_caps_get(GST_STATIC_CAPS_NONE)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696435