From 7a073cdcda5be725da8f763e6445b1b12e4a1339 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Fri, 22 Nov 2013 01:35:18 +0100 Subject: [PATCH] gstutils: Escape stream id format in comments These must be escaped for gtk-doc to parse the comments without warnings. https://bugzilla.gnome.org/show_bug.cgi?id=714989 --- gst/gstutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstutils.c b/gst/gstutils.c index b9ceb07de4..92cb30f01b 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -3742,7 +3742,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. */