mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
uri: Fix gobject-introspection warnings
gsturi.c:997: Error: Gst: Skipping invalid GTK-Doc comment block: /** private GstUri functions **/ ^ gsturi.c:1179: Error: Gst: Skipping invalid GTK-Doc comment block: /** RFC 3986 functions **/ ^
This commit is contained in:
parent
f470d57edd
commit
83905c9937
1 changed files with 2 additions and 2 deletions
|
@ -1004,7 +1004,7 @@ static void _gst_uri_free (GstUri * uri);
|
|||
static GstUri *_gst_uri_new (void);
|
||||
static GList *_remove_dot_segments (GList * path);
|
||||
|
||||
/** private GstUri functions **/
|
||||
/* private GstUri functions */
|
||||
|
||||
static GstUri *
|
||||
_gst_uri_new (void)
|
||||
|
@ -1186,7 +1186,7 @@ _gst_uri_normalize_table_noop (GHashTable * table)
|
|||
#define _gst_uri_normalize_query _gst_uri_normalize_table_noop
|
||||
#define _gst_uri_normalize_fragment _gst_uri_normalize_str_noop
|
||||
|
||||
/** RFC 3986 functions **/
|
||||
/* RFC 3986 functions */
|
||||
|
||||
static GList *
|
||||
_merge (GList * base, GList * path)
|
||||
|
|
Loading…
Reference in a new issue