mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
media: update comments a little
This commit is contained in:
parent
b3814d4646
commit
1b0dc41534
1 changed files with 6 additions and 0 deletions
|
@ -157,12 +157,18 @@ typedef enum {
|
|||
|
||||
/**
|
||||
* GstRTSPMedia:
|
||||
* @lock: for protecting the object
|
||||
* @cond: for signaling the object
|
||||
* @shared: if this media can be shared between clients
|
||||
* @reusable: if this media can be reused after an unprepare
|
||||
* @reused: if this media has been reused
|
||||
* @element: the data providing element
|
||||
* @streams: the different streams provided by @element
|
||||
* @dynamic: list of dynamic elements managed by @element
|
||||
* @status: the status of the media pipeline
|
||||
* @active: the number of active connections
|
||||
* @pipeline: the toplevel pipeline
|
||||
* @fakesink: for making state changes async
|
||||
* @source: the bus watch for pipeline messages.
|
||||
* @id: the id of the watch
|
||||
* @is_live: if the pipeline is live
|
||||
|
|
Loading…
Reference in a new issue