summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2017-11-20 16:49:29 +0100
committerEdward Hervey <bilboed@bilboed.com>2017-11-21 07:59:15 +0100
commitd1a6418fe29915b1ff6b91d8a252500a25f56c03 (patch)
tree043851180e5775075045f0d3b4fe4c5846dd9dd2
parent0dddaba9bb764c86fb40028b2d1009cabd26e0c8 (diff)
rtsp-media: Fix doc
-rw-r--r--gst/rtsp-server/rtsp-media.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtsp-server/rtsp-media.c b/gst/rtsp-server/rtsp-media.c
index b554507..8fe9efe 100644
--- a/gst/rtsp-server/rtsp-media.c
+++ b/gst/rtsp-server/rtsp-media.c
@@ -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)