mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
Update docs for gst_pad_create_stream_id_printf()
To indicate that format strings should be alpha sortable.
This commit is contained in:
parent
7b00fd3701
commit
700be18f11
1 changed files with 4 additions and 0 deletions
|
@ -3699,6 +3699,10 @@ gst_pad_create_stream_id_printf (GstPad * pad, GstElement * parent,
|
|||
* handler interface should ideally generate a unique, deterministic
|
||||
* stream-id manually instead.
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* Returns: A stream-id for @pad. g_free() after usage.
|
||||
*/
|
||||
gchar *
|
||||
|
|
Loading…
Reference in a new issue