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 97466 - The gst-launch-ext script is broken in the 0.4.2 release
The gst-launch-ext script is broken in the 0.4.2 release
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.4.2
Other Linux
: Normal critical
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-11-02 07:50 UTC by Dennis Cranston
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A patch to fix the extension() subroutine in the gst-launch-ext script. (346 bytes, patch)
2002-11-02 07:51 UTC, Dennis Cranston
none Details | Review

Description Dennis Cranston 2002-11-02 07:50:15 UTC
The gst-launch-ext script always fails.

$ gst-launch-ext magic_moments.ogg 
Use of uninitialized value in string eq at
/gnome/head/INSTALL/bin/gst-launch-ext line 122, <CONFIG> line 2.
No suitable pipe found for extension .

The bug is contained in the extension() subroutine.  I will attach a simple
patch to fix this problem.
Comment 1 Dennis Cranston 2002-11-02 07:51:30 UTC
Created attachment 11981 [details] [review]
A patch to fix the extension() subroutine in the gst-launch-ext script.
Comment 2 Christian Fredrik Kalager Schaller 2002-11-05 20:12:09 UTC
Thanks Dennis, this is now fixed in CVS.