aboutsummaryrefslogtreecommitdiff
path: root/plugins/elements/gstfilesrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elements/gstfilesrc.c')
-rw-r--r--plugins/elements/gstfilesrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elements/gstfilesrc.c b/plugins/elements/gstfilesrc.c
index 536ea6b..dd4e811 100644
--- a/plugins/elements/gstfilesrc.c
+++ b/plugins/elements/gstfilesrc.c
@@ -630,7 +630,7 @@ gst_file_src_uri_set_uri (GstURIHandler * handler, const gchar * uri,
* form. Correct this.
*/
if (location[0] == '\\' && location[1] == '\\' && location[2] == '\\')
- g_memmove (location, location + 1, strlen (location + 1) + 1);
+ memmove (location, location + 1, strlen (location + 1) + 1);
#endif
ret = gst_file_src_set_location (src, location);