After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 522212 - wrong origin
wrong origin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.6
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-13 11:29 UTC by Götz Waschk
Modified: 2008-03-13 14:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Götz Waschk 2008-03-13 11:29:49 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
Comment 1 Sebastian Dröge (slomo) 2008-03-13 14:25:02 UTC
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.