summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/qtmux/gstqtmuxplugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/qtmux/gstqtmuxplugin.c b/gst/qtmux/gstqtmuxplugin.c
index 4350b1faf..440b9808a 100644
--- a/gst/qtmux/gstqtmuxplugin.c
+++ b/gst/qtmux/gstqtmuxplugin.c
@@ -63,5 +63,5 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"qtmux",
"Quicktime Muxer plugin",
- gst_qt_mux_plugin_init, VERSION, "LGPL", "gsoc2008 package",
- "embedded.ufcg.edu.br")
+ gst_qt_mux_plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
+ GST_PACKAGE_ORIGIN);