GNOME Bugzilla – Bug 522212
wrong origin
Last modified: 2008-03-13 14:25:02 UTC
Some elements hardcode the origin URL and ignore the configure option --with-package-origin. In gst-plugins-bad, this is tta, alsaspdif, nuvdemux, gsm, mms, jack and neon. See for instance: $ gst-inspect-0.10 tta|fgrep Origin Origin URL: http://www.true-audio.com
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.