mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
event: add some more documentation on stream-id
... where it might end up being used for.
This commit is contained in:
parent
7e5a892f89
commit
0f63073c23
1 changed files with 4 additions and 1 deletions
|
@ -1460,7 +1460,10 @@ gst_event_parse_sink_message (GstEvent * event, GstMessage ** msg)
|
|||
* stream is split into (potentially) multiple new streams, e.g. in a demuxer,
|
||||
* but not for every single element in the pipeline.
|
||||
* gst_pad_create_stream_id() or gst_pad_create_stream_id_printf() can be
|
||||
* used to create a stream-id.
|
||||
* used to create a stream-id. There are no particular semantics for the
|
||||
* stream-id, though it should be deterministic (to support stream matching)
|
||||
* and it might be used to order streams (besides any information conveyed by
|
||||
* stream flags).
|
||||
*
|
||||
* Returns: (transfer full): the new STREAM_START event.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue