summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-04-03 10:34:54 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-04-03 10:34:54 +0000
commitf902029f7e772ce86851ad87737903e2d73e73e0 (patch)
treeea56f276dd92f9f715cef98977521b30dd595b7e
parent31e167958b3a4777e5b7ae2b85eaa7e313aa97e8 (diff)
downloadgst-plugins-bad-f902029f7e772ce86851ad87737903e2d73e73e0.tar.gz
gst-plugins-bad-f902029f7e772ce86851ad87737903e2d73e73e0.tar.bz2
gst-plugins-bad-f902029f7e772ce86851ad87737903e2d73e73e0.zip
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
-rw-r--r--ChangeLog8
-rw-r--r--ext/soundtouch/gstpitch.cc2
-rw-r--r--ext/theora/theoradec.c2
-rw-r--r--gst/modplug/gstmodplug.cc2
4 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0af45c19..89f8da4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/ext/soundtouch/gstpitch.cc b/ext/soundtouch/gstpitch.cc
index a0ad874d..c0040865 100644
--- a/ext/soundtouch/gstpitch.cc
+++ b/ext/soundtouch/gstpitch.cc
@@ -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)
diff --git a/ext/theora/theoradec.c b/ext/theora/theoradec.c
index b0bc1313..ba7b0c56 100644
--- a/ext/theora/theoradec.c
+++ b/ext/theora/theoradec.c
@@ -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)
diff --git a/gst/modplug/gstmodplug.cc b/gst/modplug/gstmodplug.cc
index 48a62f4f..ebde342e 100644
--- a/gst/modplug/gstmodplug.cc
+++ b/gst/modplug/gstmodplug.cc
@@ -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)