mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
gi: Fix warnings in GstRtsp
* The custom GSource is not boxed (skip for now) * The comment block has wrong name for _read_socket()
This commit is contained in:
parent
49912b3313
commit
c9a536af47
1 changed files with 2 additions and 2 deletions
|
@ -2837,7 +2837,7 @@ gst_rtsp_connection_set_ip (GstRTSPConnection * conn, const gchar * ip)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_rtsp_connection_get_readfd:
|
* gst_rtsp_connection_get_read_socket:
|
||||||
* @conn: a #GstRTSPConnection
|
* @conn: a #GstRTSPConnection
|
||||||
*
|
*
|
||||||
* Get the file descriptor for reading.
|
* Get the file descriptor for reading.
|
||||||
|
@ -3496,7 +3496,7 @@ static GSourceFuncs gst_rtsp_source_funcs = {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_rtsp_watch_new:
|
* gst_rtsp_watch_new: (skip)
|
||||||
* @conn: a #GstRTSPConnection
|
* @conn: a #GstRTSPConnection
|
||||||
* @funcs: watch functions
|
* @funcs: watch functions
|
||||||
* @user_data: user data to pass to @funcs
|
* @user_data: user data to pass to @funcs
|
||||||
|
|
Loading…
Reference in a new issue