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 36c503a..f2c0e88 100644
--- a/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp
+++ b/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp
@@ -435,14 +435,14 @@ void gst_slvideo_init_class (void)
435{ 435{
436 gst_plugin_register_static( GST_VERSION_MAJOR, 436 gst_plugin_register_static( GST_VERSION_MAJOR,
437 GST_VERSION_MINOR, 437 GST_VERSION_MINOR,
438 "private-slvideoplugin", 438 (const gchar *)"private-slvideoplugin",
439 "SL Video sink plugin", 439 (gchar *)"SL Video sink plugin",
440 plugin_init, 440 plugin_init,
441 "0.1", 441 (const gchar *)"0.1",
442 GST_LICENSE_UNKNOWN, 442 GST_LICENSE_UNKNOWN,
443 "Second Life", 443 (const gchar *)"Second Life",
444 "Second Life", 444 (const gchar *)"Second Life",
445 "http://www.secondlife.com/" ); 445 (const gchar *)"http://www.secondlife.com/" );
446} 446}
447 447
448///#endif // LL_GSTREAMER_ENABLED 448///#endif // LL_GSTREAMER_ENABLED