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 345086 - [gst-feedback] calls un-versioned tools
[gst-feedback] calls un-versioned tools
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.6
Other Linux
: Normal minor
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-16 09:21 UTC by Sebastien Bacher
Modified: 2006-06-21 10:15 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Sebastien Bacher 2006-06-16 09:21:34 UTC
That issue has been described on https://launchpad.net/distros/ubuntu/+source/rhythmbox/+bug/49861

"+ GSTREAMER INFORMATION
+++ which gst-inspect
+++ gst-inspect
/usr/bin/gst-feedback-0.10: line 9: gst-inspect: command not found
...
http://librarian.launchpad.net/3033234/feedback.log
Output of gst-feedback-0.10 (partial)
..."

Shouldn't it uses the versionned command? That might be a distribution issue because it's possible to install the versionned binaries without the unversionned ones though...
Comment 1 Loïc Minier 2006-06-16 09:24:44 UTC
In general, I think versionned tools invocation should only call other versionned tools, and unversionned tools call unversionned tools, but feedback is special in that it wants to collect as much information as possible, so I suggest it runs gst-inspect-$mm for each mm instead of "gst-inspect".
Comment 2 Tim-Philipp Müller 2006-06-21 10:15:10 UTC
  2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>

       * tools/gst-feedback-m.m:
         Don't only use unversioned tools, try versioned tools as well
         (#345086).