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 114060 - error in gst-launch-ext parsing config file
error in gst-launch-ext parsing config file
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.1
Other Linux
: Normal trivial
: 0.6.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-30 20:51 UTC by Uri David Akavia
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2


Attachments
so, this? (715 bytes, patch)
2003-06-08 10:20 UTC, Ronald Bultje
none Details | Review

Description Uri David Akavia 2003-05-30 20:51:49 UTC
gst-launch-ext does not parse the config file correctly.

I believe the error is with this line
  my $config_file = `echo -n ~`."/.gst";
which is parsed by the shell as /home/uridavid./.gst
the first period is unnecessary and causes the parsing to fail.

BTW, why not have a configuration file in ~/.gstreamer/.gst to keep
everything tidy?
Comment 1 Uri David Akavia 2003-05-30 20:58:33 UTC
The directory is defined okay - however the man page is misleading -
the file shouldn't be of the format $cfg{VARNAME} = VALUE,
but simply VANAME = VALUE.
Comment 2 Ronald Bultje 2003-06-08 10:20:27 UTC
Created attachment 17311 [details] [review]
so, this?
Comment 3 Ronald Bultje 2003-06-08 13:55:49 UTC
Fixed in 0.6.x and HEAD.