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 708466 - gst-glib.m4: allow toggling cast check and assertions explicitly
gst-glib.m4: allow toggling cast check and assertions explicitly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: common
1.1.90
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-20 15:20 UTC by Arnaud Vrac
Modified: 2013-09-20 15:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-glib.m4: allow toggling cast check and assertions explicitly (1.14 KB, patch)
2013-09-20 15:20 UTC, Arnaud Vrac
committed Details | Review

Description Arnaud Vrac 2013-09-20 15:20:39 UTC
Created attachment 255411 [details] [review]
gst-glib.m4: allow toggling cast check and assertions explicitly

The --enable-gobject-cast-checks and --enable-glib-asserts do not work with a value of 'yes' or 'no', in spite what of the help string describes. The attached patch fixes that.

Also, is there a reason why these options, in addition to --disable-debug, are not available in gst-libav ?
Comment 1 Tim-Philipp Müller 2013-09-20 15:36:14 UTC
Hilarious, thanks :)


commit 865aa20fe4b63fe6da45b1ac924c27f7ca16af13
Author: Arnaud Vrac <avrac@freebox.fr>
Date:   Fri Sep 20 17:14:18 2013 +0200

    gst-glib2.m4: allow toggling cast check and assertions explicitly
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708466