From: Wim Taymans Date: Tue, 9 Mar 2010 12:44:20 +0000 (+0100) Subject: media: update comments a little X-Git-Tag: 1.19.3~495^2~1480 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b0dc41534b5a2e6dfff55cc7d6d717f474ef222;p=platform%2Fupstream%2Fgstreamer.git media: update comments a little --- diff --git a/gst/rtsp-server/rtsp-media.h b/gst/rtsp-server/rtsp-media.h index b4c75cd..e873c04 100644 --- a/gst/rtsp-server/rtsp-media.h +++ b/gst/rtsp-server/rtsp-media.h @@ -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