mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
event: fix annotation for gst_event_parse_stream_start
This commit is contained in:
parent
374cc3ff06
commit
b6c13c7557
1 changed files with 1 additions and 1 deletions
|
@ -1411,7 +1411,7 @@ gst_event_new_stream_start (const gchar * stream_id)
|
|||
/**
|
||||
* gst_event_parse_stream_start:
|
||||
* @event: a stream-start event.
|
||||
* @stream_id: (out): pointer to store the stream-id
|
||||
* @stream_id: (out) (transfer none): pointer to store the stream-id
|
||||
*
|
||||
* Parse a stream-id @event and store the result in the given @stream_id
|
||||
* location. The string stored in @stream_id must not be modified and will
|
||||
|
|
Loading…
Reference in a new issue