diff options
Diffstat (limited to 'gst-libs/gst/rtsp/gstrtspurl.c')
-rw-r--r-- | gst-libs/gst/rtsp/gstrtspurl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gst-libs/gst/rtsp/gstrtspurl.c b/gst-libs/gst/rtsp/gstrtspurl.c index c14dfbf31..e5ffee54f 100644 --- a/gst-libs/gst/rtsp/gstrtspurl.c +++ b/gst-libs/gst/rtsp/gstrtspurl.c @@ -209,8 +209,6 @@ invalid: * Make a copy of @url. * * Returns: a copy of @url. Free with gst_rtsp_url_free () after usage. - * - * Since: 0.10.22 */ GstRTSPUrl * gst_rtsp_url_copy (const GstRTSPUrl * url) @@ -384,8 +382,6 @@ unescape_path_component (gchar * comp) * will usually be the empty string. * * Returns: a string vector. g_strfreev() after usage. - * - * Since: 0.10.32 */ gchar ** gst_rtsp_url_decode_path_components (const GstRTSPUrl * url) |