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 793054 - Empty Caps constructor creates ANY caps
Empty Caps constructor creates ANY caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-sharp
unspecified
Other Linux
: Normal normal
: 1.13.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-01-31 09:42 UTC by Sebastian Dröge (slomo)
Modified: 2018-03-13 12:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2018-01-31 09:42:42 UTC
See summary. This should rather create EMPTY caps, to which you can then add structures as needed.
Comment 1 Thibault Saunier 2018-03-13 12:29:28 UTC
commit de989e180017f09b21fafb4de8dd60c72d25bc87 (HEAD -> master, origin/master, origin/HEAD)
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Tue Mar 13 09:27:01 2018 -0300

    caps: Make sure that the empty constructor build an Empty caps

    Moving the NewAny variant at the end of the nodes in the API definition
    file.

    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=793054