mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +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:
|
||||
*
|
||||
* Create a new #GstRTSPClient instance.
|
||||
*
|
||||
* Returns: a new #GstRTSPClient
|
||||
*/
|
||||
GstRTSPClient *
|
||||
gst_rtsp_client_new (void)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue