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 513167 - Fix compiler warning due to disabled signals in mixertrack and mixeroptions
Fix compiler warning due to disabled signals in mixertrack and mixeroptions
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other opensolaris
: Normal normal
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-30 15:55 UTC by Jan Schmidt
Modified: 2008-02-11 17:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
disable signals var as well to silence warning (1013 bytes, patch)
2008-01-30 15:58 UTC, Jan Schmidt
committed Details | Review

Description Jan Schmidt 2008-01-30 15:55:25 UTC
Patch attached
Comment 1 Jan Schmidt 2008-01-30 15:58:05 UTC
Created attachment 104042 [details] [review]
disable signals var as well to silence warning
Comment 2 Tim-Philipp Müller 2008-02-11 17:35:41 UTC
 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>

        * gst-libs/gst/interfaces/mixeroptions.c:
        * gst-libs/gst/interfaces/mixertrack.c:
        Comment out a couple of other things which break the build when
        GST_DISABLE_DEPRECATED isn't on but -Werror is.