diff --git a/gst/gstutils.c b/gst/gstutils.c index 33f518ce06..9a9624f7a6 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -3728,7 +3728,7 @@ gst_pad_create_stream_id_printf (GstPad * pad, GstElement * parent, * * Since stream IDs are sorted alphabetically, any numbers in the * stream ID should be printed with a fixed number of characters, - * preceded by 0's, such as by using the format %%03u instead of %%u. + * preceded by 0's, such as by using the format \%03u instead of \%u. * * Returns: A stream-id for @pad. g_free() after usage. */