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 366321 - GST_SEGMENT_FORMAT not defined on windows
GST_SEGMENT_FORMAT not defined on windows
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal normal
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-28 14:50 UTC by Sergey Scobich
Modified: 2006-10-28 15:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sergey Scobich 2006-10-28 14:50:07 UTC
Hi, in gstaudiorate.c, gstvideorate.c, gstflacdec.c GST_SEGMENT_FORMAT macro is used in debug output.

Those usages are not compiling on Windows.

Please enclose those lines with #ifdef if it is not possible to make this macro portable.
Comment 1 Tim-Philipp Müller 2006-10-28 15:02:50 UTC
I think all there is to it is that I forgot to add it to the win32 gstconfig.h header file when adding it, sorry.

Should be fixed now:

 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>

       * win32/common/gstconfig.h:
         Add GST_SEGMENT_FORMAT and GST_USING_PRINTF_EXTENSION to the
         hand-made win32 gstconfig.h. Fixes #366321.


Let me know if you still have problems with the updated gstconfig.h.