summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/nuvdemux/gstnuvdemux.c2
-rw-r--r--gst/tta/gsttta.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/nuvdemux/gstnuvdemux.c b/gst/nuvdemux/gstnuvdemux.c
index 0b3568ee..70f4f496 100644
--- a/gst/nuvdemux/gstnuvdemux.c
+++ b/gst/nuvdemux/gstnuvdemux.c
@@ -944,4 +944,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"nuvdemux",
"Demuxes and muxes audio and video",
- plugin_init, VERSION, "LGPL", "NuvDemux", "")
+ plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
diff --git a/gst/tta/gsttta.c b/gst/tta/gsttta.c
index addc27ab..adc1729e 100644
--- a/gst/tta/gsttta.c
+++ b/gst/tta/gsttta.c
@@ -37,4 +37,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"tta",
"TTA lossless audio format handling",
- plugin_init, VERSION, "LGPL", "gst-tta", "http://www.true-audio.com")
+ plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)