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 545607 - gst: include gstconfig when using macros defined therein
gst: include gstconfig when using macros defined therein
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.19
Other All
: Normal critical
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-30 22:37 UTC by Robert Schwebel
Modified: 2008-07-31 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (638 bytes, patch)
2008-07-30 22:37 UTC, Robert Schwebel
committed Details | Review

Description Robert Schwebel 2008-07-30 22:37:11 UTC
Steps to reproduce:
No crash, but unwanted behaviour. Although configure options have been set, gst ignores them.

Stack trace:
no breakage

Other information:
patch follows
Comment 1 Robert Schwebel 2008-07-30 22:37:32 UTC
Created attachment 115589 [details] [review]
proposed patch
Comment 2 Sebastian Dröge (slomo) 2008-07-31 15:24:07 UTC
Thanks, committed this patch :)

2008-07-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

        Patch by: Robert Schwebel <r.schwebel@pengutronix.de>

        * gst/gst.c:
        Include gstconfig.h as macros from it are used. Fixes bug #545607.