From 4162f0d58e18eebbb3a31638d34fa6438d376bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 27 Mar 2010 09:46:30 +0000 Subject: [PATCH] qtmux: use GStreamer package name and origin in the plugin info --- gst/qtmux/gstqtmuxplugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/qtmux/gstqtmuxplugin.c b/gst/qtmux/gstqtmuxplugin.c index 4350b1faf2..440b9808a9 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);