diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-04-03 10:34:54 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-04-03 10:34:54 +0000 |
commit | f902029f7e772ce86851ad87737903e2d73e73e0 (patch) | |
tree | ea56f276dd92f9f715cef98977521b30dd595b7e /gst/modplug | |
parent | 31e167958b3a4777e5b7ae2b85eaa7e313aa97e8 (diff) | |
download | gst-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
Diffstat (limited to 'gst/modplug')
-rw-r--r-- | gst/modplug/gstmodplug.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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) |