mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 15:12:58 +00:00
Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcoding values where possible. Fixes bug #522212.
Original commit message from CVS: * ext/alsaspdif/alsaspdifsink.c: * ext/gsm/gstgsm.c: * ext/jack/gstjack.c: * ext/libmms/gstmms.c: * ext/neon/gstneonhttpsrc.c: * ext/shout/gstshout.c: * ext/timidity/gsttimidity.c: * ext/timidity/gstwildmidi.c: * gst/nuvdemux/gstnuvdemux.c: * gst/tta/gsttta.c: Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcoding values where possible. Fixes bug #522212.
This commit is contained in:
parent
601db48c7c
commit
e4476e15e0
11 changed files with 25 additions and 14 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
||||||
|
2008-03-13 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
* ext/alsaspdif/alsaspdifsink.c:
|
||||||
|
* ext/gsm/gstgsm.c:
|
||||||
|
* ext/jack/gstjack.c:
|
||||||
|
* ext/libmms/gstmms.c:
|
||||||
|
* ext/neon/gstneonhttpsrc.c:
|
||||||
|
* ext/shout/gstshout.c:
|
||||||
|
* ext/timidity/gsttimidity.c:
|
||||||
|
* ext/timidity/gstwildmidi.c:
|
||||||
|
* gst/nuvdemux/gstnuvdemux.c:
|
||||||
|
* gst/tta/gsttta.c:
|
||||||
|
Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
|
||||||
|
of hardcoding values where possible. Fixes bug #522212.
|
||||||
|
|
||||||
2008-03-13 Sebastian Dröge <slomo@circular-chaos.org>
|
2008-03-13 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
Patch by: Wouter Cloetens <wouter at mind dot be>
|
Patch by: Wouter Cloetens <wouter at mind dot be>
|
||||||
|
|
|
@ -841,5 +841,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"alsaspdif",
|
"alsaspdif",
|
||||||
"Alsa plugin for S/PDIF output",
|
"Alsa plugin for S/PDIF output",
|
||||||
plugin_init,
|
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
|
||||||
VERSION, GST_LICENSE_UNKNOWN, PACKAGE, "http://www.fluendo.com");
|
|
||||||
|
|
|
@ -42,5 +42,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"gsm",
|
"gsm",
|
||||||
"GSM encoder/decoder",
|
"GSM encoder/decoder",
|
||||||
plugin_init,
|
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
VERSION, "LGPL", "Gstreamer", "http://gstreamer.freedesktop.org")
|
|
||||||
|
|
|
@ -37,5 +37,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"jack",
|
"jack",
|
||||||
"Jack elements",
|
"Jack elements",
|
||||||
plugin_init,
|
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
VERSION, "LGPL", "Gstreamer", "http://gstreamer.freedesktop.org")
|
|
||||||
|
|
|
@ -475,4 +475,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"mms",
|
"mms",
|
||||||
"Microsoft Multi Media Server streaming protocol support",
|
"Microsoft Multi Media Server streaming protocol support",
|
||||||
plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
|
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
|
|
|
@ -1051,4 +1051,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"neon",
|
"neon",
|
||||||
"lib neon http client src",
|
"lib neon http client src",
|
||||||
plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
|
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
|
|
|
@ -440,5 +440,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"icecastsend",
|
"icecastsend",
|
||||||
"Sends data to an icecast server using libshout",
|
"Sends data to an icecast server using libshout",
|
||||||
plugin_init,
|
plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
VERSION, "GPL", "libshout", "http://developer.icecast.org/libshout/")
|
|
||||||
|
|
|
@ -813,4 +813,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"timidity",
|
"timidity",
|
||||||
"Timidity Plugin",
|
"Timidity Plugin",
|
||||||
plugin_init, VERSION, "GPL", "GStreamer", "http://gstreamer.net/")
|
plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
|
|
|
@ -911,4 +911,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"wildmidi",
|
"wildmidi",
|
||||||
"Wildmidi Plugin",
|
"Wildmidi Plugin",
|
||||||
plugin_init, VERSION, "GPL", "GStreamer", "http://gstreamer.net/")
|
plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
|
|
|
@ -944,4 +944,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"nuvdemux",
|
"nuvdemux",
|
||||||
"Demuxes and muxes audio and video",
|
"Demuxes and muxes audio and video",
|
||||||
plugin_init, VERSION, "LGPL", "NuvDemux", "")
|
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
|
|
|
@ -37,4 +37,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"tta",
|
"tta",
|
||||||
"TTA lossless audio format handling",
|
"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)
|
||||||
|
|
Loading…
Reference in a new issue