mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
docs: improve docs
This commit is contained in:
parent
50b4c8de98
commit
160fc25867
2 changed files with 4 additions and 0 deletions
|
@ -182,6 +182,8 @@ gst_rtsp_client_set_property (GObject * object, guint propid,
|
||||||
* gst_rtsp_client_new:
|
* gst_rtsp_client_new:
|
||||||
*
|
*
|
||||||
* Create a new #GstRTSPClient instance.
|
* Create a new #GstRTSPClient instance.
|
||||||
|
*
|
||||||
|
* Returns: a new #GstRTSPClient
|
||||||
*/
|
*/
|
||||||
GstRTSPClient *
|
GstRTSPClient *
|
||||||
gst_rtsp_client_new (void)
|
gst_rtsp_client_new (void)
|
||||||
|
|
|
@ -50,6 +50,8 @@ typedef void (*GstRTSPKeepAliveFunc) (gpointer user_data);
|
||||||
* @idx: a stream index
|
* @idx: a stream index
|
||||||
* @send_rtp: callback for sending RTP messages
|
* @send_rtp: callback for sending RTP messages
|
||||||
* @send_rtcp: callback for sending RTCP 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
|
* @user_data: user data passed in the callbacks
|
||||||
* @notify: free function for the user_data.
|
* @notify: free function for the user_data.
|
||||||
* @keep_alive: keep alive callback
|
* @keep_alive: keep alive callback
|
||||||
|
|
Loading…
Reference in a new issue