diff options
Diffstat (limited to 'gst/real/gstrealvideodec.c')
-rw-r--r-- | gst/real/gstrealvideodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/real/gstrealvideodec.c b/gst/real/gstrealvideodec.c index 4485a312f..0c4fb1542 100644 --- a/gst/real/gstrealvideodec.c +++ b/gst/real/gstrealvideodec.c @@ -443,7 +443,7 @@ open_library (GstRealVideoDec * dec, GstRealVideoDecVersion version, { gpointer rv_custom_msg, rv_free, rv_init, rv_transform; GModule *module = NULL; - gchar *path, *names; + const gchar *path, *names; gchar **split_names, **split_path; int i, j; |