From 8bc17ad2a0fd4a1a3258ed20d18e42c3497bca05 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Wed, 18 Nov 2009 03:31:41 -0600 Subject: Fixed more warnings about converting string to gchar* --- linden/indra/llmedia/llmediaimplgstreamervidplug.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'linden') diff --git a/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp b/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp index dd0aa25..df62470 100644 --- a/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp +++ b/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp @@ -440,14 +440,14 @@ void gst_slvideo_init_class (void) { gst_plugin_register_static( GST_VERSION_MAJOR, GST_VERSION_MINOR, - "private-slvideoplugin", - "SL Video sink plugin", + (const gchar *)"private-slvideoplugin", + (gchar *)"SL Video sink plugin", plugin_init, - "0.1", + (const gchar *)"0.1", GST_LICENSE_UNKNOWN, - "Second Life", - "Second Life", - "http://www.secondlife.com/" ); + (const gchar *)"Second Life", + (const gchar *)"Second Life", + (const gchar *)"http://www.secondlife.com/" ); } ///#endif // LL_GSTREAMER_ENABLED -- cgit v1.1