mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 13:32:29 +00:00
GST_ORIGIN => GST_PACKAGE_ORIGIN
Original commit message from CVS: * ext/soundtouch/gstpitch.cc: * ext/theora/theoradec.c: * gst/modplug/gstmodplug.cc: GST_ORIGIN => GST_PACKAGE_ORIGIN GST_PACKAGE => GST_PACKAGE_NAME
This commit is contained in:
parent
31e167958b
commit
f902029f7e
4 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
|||
2006-04-03 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/soundtouch/gstpitch.cc:
|
||||
* ext/theora/theoradec.c:
|
||||
* gst/modplug/gstmodplug.cc:
|
||||
GST_ORIGIN => GST_PACKAGE_ORIGIN
|
||||
GST_PACKAGE => GST_PACKAGE_NAME
|
||||
|
||||
2006-04-02 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
|
||||
|
|
|
@ -706,4 +706,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
|||
GST_VERSION_MINOR,
|
||||
"soundtouch",
|
||||
"Audio Pitch Controller",
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
|
@ -1101,4 +1101,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
|||
GST_VERSION_MINOR,
|
||||
"theoradec",
|
||||
"Theora dec (exp) plugin library",
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
|
@ -839,4 +839,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
|||
GST_VERSION_MINOR,
|
||||
"modplug",
|
||||
".MOD audio decoding",
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
Loading…
Reference in a new issue