mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
rtspconnection: improve docs
This commit is contained in:
parent
2ea57f30d6
commit
6313e5f1af
1 changed files with 2 additions and 2 deletions
|
@ -230,8 +230,8 @@ gst_rtsp_connection_create (const GstRTSPUrl * url, GstRTSPConnection ** conn)
|
|||
* @conn: (out) (transfer full): storage for a #GstRTSPConnection
|
||||
*
|
||||
* Create a new #GstRTSPConnection for handling communication on the existing
|
||||
* socket @socket. The @initial_buffer contains any data already read from
|
||||
* @socket which should be used before starting to read new data.
|
||||
* socket @socket. The @initial_buffer contains zero terminated data already
|
||||
* read from @socket which should be used before starting to read new data.
|
||||
*
|
||||
* Returns: #GST_RTSP_OK when @conn contains a valid connection.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue