mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +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,
|
GST_VERSION_MINOR,
|
||||||
"asfmux",
|
"asfmux",
|
||||||
"ASF Muxer Plugin",
|
"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