mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
rtsp-stream: add description for gst_rtsp_stream_request_aux_sender
https://bugzilla.gnome.org/show_bug.cgi?id=750764
This commit is contained in:
parent
93d37df0c3
commit
2a3dd3d38f
1 changed files with 11 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue