qtmux: use GStreamer package name and origin in the plugin info
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 27 Mar 2010 09:46:30 +0000 (09:46 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 29 Mar 2010 23:46:51 +0000 (00:46 +0100)
gst/qtmux/gstqtmuxplugin.c

index 4350b1f..440b980 100644 (file)
@@ -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);