summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-12-27 16:58:26 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-12-27 16:58:26 -0300
commita2f54e26f2021bf3c179c2056d316b1ed3109cc9 (patch)
tree146e37fe5fa43ad2985ba3d01164e0f02f877dca
parent143efa727e28e82d677cbe37969c0307cba91b9c (diff)
asfmux: Fix plugin package name/origin
-rw-r--r--gst/asfmux/gstasf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/asfmux/gstasf.c b/gst/asfmux/gstasf.c
index fb9351721..0cf3b32e5 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)