GNOME Bugzilla – Bug 114060
error in gst-launch-ext parsing config file
Last modified: 2004-12-22 21:47:04 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?
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.
Created attachment 17311 [details] [review] so, this?
Fixed in 0.6.x and HEAD.