mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
win32/common/gstconfig.h: Add GST_SEGMENT_FORMAT and GST_USING_PRINTF_EXTENSION to the hand-made win32 gstconfig.h. F...
Original commit message from CVS: * win32/common/gstconfig.h: Add GST_SEGMENT_FORMAT and GST_USING_PRINTF_EXTENSION to the hand-made win32 gstconfig.h. Fixes #366321.
This commit is contained in:
parent
6dc97edc2f
commit
54f345951d
2 changed files with 21 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
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.
|
||||
|
||||
2006-10-27 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/gstghostpad.c: (gst_proxy_pad_do_acceptcaps),
|
||||
|
|
|
@ -115,6 +115,21 @@
|
|||
*/
|
||||
#define GST_PTR_FORMAT "p"
|
||||
|
||||
/**
|
||||
* GST_SEGMENT_FORMAT:
|
||||
*
|
||||
* printf format type used to debug GStreamer segments.
|
||||
* This can only be used on pointers to GstSegment structures.
|
||||
*
|
||||
* Since: 0.10.10
|
||||
*/
|
||||
#define GST_SEGMENT_FORMAT "p"
|
||||
|
||||
/* whether or not GST_PTR_FORMAT or GST_SEGMENT_FORMAT are using
|
||||
* the printf extension mechanism. This is for internal use in our
|
||||
* header files so we know whether we can use G_GNUC_PRINTF or not */
|
||||
#undef GST_USING_PRINTF_EXTENSION
|
||||
|
||||
/* whether or not the CPU supports unaligned access */
|
||||
#define GST_HAVE_UNALIGNED_ACCESS 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue