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 377332 - [PATCH] Warning with check >= 0.9.4
[PATCH] Warning with check >= 0.9.4
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-20 08:32 UTC by Sebastian Dröge (slomo)
Modified: 2006-11-20 11:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gstcheck.diff (1.13 KB, patch)
2006-11-20 08:33 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2006-11-20 08:32:32 UTC
Hi,
check version 0.9.4 changed the signature of the test functions. Attached is a patch that fixed the compile warnings (which result in an error in CVS because of -Werror)

Bye
Comment 1 Sebastian Dröge (slomo) 2006-11-20 08:33:32 UTC
Created attachment 76904 [details] [review]
gstcheck.diff
Comment 2 Wim Taymans 2006-11-20 10:42:16 UTC
the fix makes it compile. Only when running it does not work and consumes all CPU.
Comment 3 Wim Taymans 2006-11-20 11:11:33 UTC
        Patch by: Sebastian Droege <slomo at ubuntu dot com>

        * libs/gst/check/gstcheck.h:
        Fix compilation and running against 0.9.4. Fixes #377332.