[gst-devel] [doc] slight mistake
Vincent Torri
Vincent.Torri at iecn.u-nancy.fr
Mon Oct 31 06:03:48 CET 2005
hey
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));
regards
Vincent
More information about the gstreamer-devel
mailing list