docs: improve docs
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 30 Dec 2010 11:41:31 +0000 (12:41 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 30 Dec 2010 11:41:31 +0000 (12:41 +0100)
gst/rtsp-server/rtsp-client.c
gst/rtsp-server/rtsp-media.h

index 2c168bd..03a7d8a 100644 (file)
@@ -182,6 +182,8 @@ gst_rtsp_client_set_property (GObject * object, guint propid,
  * gst_rtsp_client_new:
  *
  * Create a new #GstRTSPClient instance.
+ *
+ * Returns: a new #GstRTSPClient
  */
 GstRTSPClient *
 gst_rtsp_client_new (void)
index c5208e9..5424554 100644 (file)
@@ -50,6 +50,8 @@ typedef void     (*GstRTSPKeepAliveFunc) (gpointer user_data);
  * @idx: a stream index
  * @send_rtp: callback for sending RTP messages
  * @send_rtcp: callback for sending RTCP messages
+ * @send_rtp_list: callback for sending RTP messages
+ * @send_rtcp_list: callback for sending RTCP messages
  * @user_data: user data passed in the callbacks
  * @notify: free function for the user_data.
  * @keep_alive: keep alive callback