mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
rtsp-media: Fix doc
This commit is contained in:
parent
0dddaba9bb
commit
d1a6418fe2
1 changed files with 2 additions and 2 deletions
|
@ -4053,7 +4053,7 @@ gst_rtsp_media_get_transport_mode (GstRTSPMedia * media)
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_rtsp_media_get_seekbale:
|
||||
* gst_rtsp_media_get_seekable:
|
||||
* @media: a #GstRTSPMedia
|
||||
*
|
||||
* Check if the pipeline for @media seek and up to what point in time,
|
||||
|
@ -4061,7 +4061,7 @@ gst_rtsp_media_get_transport_mode (GstRTSPMedia * media)
|
|||
*
|
||||
* Returns: -1 if the stream is not seekable, 0 if seekable only to the beginning
|
||||
* and > 0 to indicate the longest duration between any two random access points.
|
||||
* G_MAXINT64 means any value is possible.
|
||||
* %G_MAXINT64 means any value is possible.
|
||||
*/
|
||||
GstClockTimeDiff
|
||||
gst_rtsp_media_seekable (GstRTSPMedia * media)
|
||||
|
|
Loading…
Reference in a new issue