[gst-devel] [doc] slight mistake

Tim Müller t.i.m at zen.co.uk
Mon Oct 31 06:20:35 CET 2005


On Mon, 2005-10-31 at 14:51 +0100, Vincent Torri wrote:

> in the GST_FOURCC_FORMAT doc:
> http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GStreamer-GValue-types.html#id2769454
> 
> the example with the printf()-style text message is false. It's
> 
> printf ("fourcc: " GST_FOURCC_FORMAT "\n", GST_FOURCC_ARGS (fcc));
> 
> and not
> 
> printf ("fourcc: %" GST_FOURCC_FORMAT "\n", GST_FOURCC_ARGS (fcc));

Nice catch, although I wonder whether we maybe should rather remove the
leading '%' in the definition of GST_FOURCC_FORMAT, so that it is
consistent with all the other FOO_BAR_FORMAT macros.

Cheers
 -Tim






More information about the gstreamer-devel mailing list