qtmux: use GStreamer package name and origin in the plugin info

This commit is contained in:
Tim-Philipp Müller 2010-03-27 09:46:30 +00:00
parent 7d2e248155
commit 4162f0d58e

View 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);