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>
Tue, 12 Apr 2011 19:32:17 +0000 (20:32 +0100)
gst/quicktime/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);