From a2f54e26f2021bf3c179c2056d316b1ed3109cc9 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 27 Dec 2010 16:58:26 -0300 Subject: [PATCH] asfmux: Fix plugin package name/origin --- gst/asfmux/gstasf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/asfmux/gstasf.c b/gst/asfmux/gstasf.c index fb93517211..0cf3b32e53 100644 --- a/gst/asfmux/gstasf.c +++ b/gst/asfmux/gstasf.c @@ -48,4 +48,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "asfmux", "ASF Muxer Plugin", - plugin_init, VERSION, "LGPL", "gsoc2009 package", "embedded.ufcg.edu.br") + plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)