mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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:
parent
4afa63a8ba
commit
7a073cdcda
1 changed files with 1 additions and 1 deletions
|
@ -3742,7 +3742,7 @@ gst_pad_create_stream_id_printf (GstPad * pad, GstElement * parent,
|
||||||
*
|
*
|
||||||
* Since stream IDs are sorted alphabetically, any numbers in the
|
* Since stream IDs are sorted alphabetically, any numbers in the
|
||||||
* stream ID should be printed with a fixed number of characters,
|
* 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.
|
* Returns: A stream-id for @pad. g_free() after usage.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue