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 666657 - [0.11] DEBUG_BIN_TO_DOT_FILE need to be turned into a function call
[0.11] DEBUG_BIN_TO_DOT_FILE need to be turned into a function call
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-12-21 14:45 UTC by Christian Fredrik Kalager Schaller
Modified: 2012-01-06 13:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2011-12-21 14:45:17 UTC
GI doesn't like macros, so APIs that are currently only available as Macros, like the DEBUG_BIN_TO_DOT_FILE needs to become functions to be bindable.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2012-01-06 13:42:27 UTC
There are functions behind the macros. The macros are only here to compile it out.