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
This commit is contained in:
Sebastian Rasmussen 2013-11-22 01:35:18 +01:00 committed by Tim-Philipp Müller
parent 4afa63a8ba
commit 7a073cdcda

View file

@ -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.
*/