mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +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
88acf3515e
commit
238dfb5f42
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue