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 664927 - GST_STATIC_CAPS missing initializer
GST_STATIC_CAPS missing initializer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.11.x
Other Mac OS
: Normal normal
: 0.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-27 19:32 UTC by Matej Knopp
Modified: 2011-11-27 22:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (676 bytes, patch)
2011-11-27 19:32 UTC, Matej Knopp
committed Details | Review

Description Matej Knopp 2011-11-27 19:32:37 UTC
Created attachment 202251 [details] [review]
patch

GST_STATIC_CAPS is missing initializer for GstMiniObject's n_weak_refs and weak_refs resulting in compilation warning (llvm-gcc  -Wall)
Comment 1 Tim-Philipp Müller 2011-11-27 22:37:50 UTC
Pushed, thanks:

 commit 62dce62e00d69a08da6cd8424d778d2b5c55dde6
 Author: Matej Knopp <matej.knopp@gmail.com>
 Date:   Sun Nov 27 20:32:14 2011 +0100

    caps: fix compilation warning
    
    GST_STATIC_CAPS is missing initializer for GstMiniObject's n_weak_refs and
    weak_refs resulting in compilation warning (llvm-gcc  -Wall)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664927