mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
asfmux: Fix plugin package name/origin
This commit is contained in:
parent
143efa727e
commit
a2f54e26f2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue