rtsp-stream: add description for gst_rtsp_stream_request_aux_sender
authorHyunjun Ko <zzoon.ko@samsung.com>
Thu, 11 Jun 2015 08:38:52 +0000 (17:38 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 11 Jun 2015 10:37:03 +0000 (11:37 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=750764

gst/rtsp-server/rtsp-stream.c

index 339971f..194bc10 100644 (file)
@@ -1817,6 +1817,17 @@ request_rtp_rtcp_decoder (GstElement * rtpbin, guint session,
   return gst_object_ref (priv->srtpdec);
 }
 
+/**
+ * gst_rtsp_stream_request_aux_sender:
+ * @stream: a #GstRTSPStream
+ * @sessid: the session id
+ *
+ * Creating a rtxsend bin
+ *
+ * Returns: (transfer full): a #GstElement.
+ *
+ * Since: 1.6
+ */
 GstElement *
 gst_rtsp_stream_request_aux_sender (GstRTSPStream * stream, guint sessid)
 {