From 8f13f246e0ad55c53dae98a80d0e05ecb10d40e6 Mon Sep 17 00:00:00 2001 From: Gianluca Gennari Date: Thu, 25 Oct 2012 17:53:53 +0200 Subject: [PATCH] mpdparser: silence warning --- ext/dash/gstmpdparser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dash/gstmpdparser.c b/ext/dash/gstmpdparser.c index e60800b..73950f9 100644 --- a/ext/dash/gstmpdparser.c +++ b/ext/dash/gstmpdparser.c @@ -2177,7 +2177,7 @@ gst_mpdparser_get_segmentURL_for_range (gchar *url, GstRange *range) static gchar * gst_mpdparser_get_mediaURL (GstMpdClient *client, GstSegmentURLNode *segmentURL) { - gchar *url_prefix; + const gchar *url_prefix; g_return_val_if_fail (client != NULL, NULL); g_return_val_if_fail (segmentURL != NULL, NULL); -- 2.7.4