aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmedia')
-rw-r--r--linden/indra/llmedia/llmediaimplgstreamervidplug.cpp12
1 files changed, 6 insertions, 6 deletions
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)
440{ 440{
441 gst_plugin_register_static( GST_VERSION_MAJOR, 441 gst_plugin_register_static( GST_VERSION_MAJOR,
442 GST_VERSION_MINOR, 442 GST_VERSION_MINOR,
443 "private-slvideoplugin", 443 (const gchar *)"private-slvideoplugin",
444 "SL Video sink plugin", 444 (gchar *)"SL Video sink plugin",
445 plugin_init, 445 plugin_init,
446 "0.1", 446 (const gchar *)"0.1",
447 GST_LICENSE_UNKNOWN, 447 GST_LICENSE_UNKNOWN,
448 "Second Life", 448 (const gchar *)"Second Life",
449 "Second Life", 449 (const gchar *)"Second Life",
450 "http://www.secondlife.com/" ); 450 (const gchar *)"http://www.secondlife.com/" );
451} 451}
452 452
453///#endif // LL_GSTREAMER_ENABLED 453///#endif // LL_GSTREAMER_ENABLED