1.1 --- a/gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py Mon Aug 20 21:26:20 2007 +0100
1.2 +++ b/gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py Tue Aug 21 16:04:44 2007 +0100
1.3 @@ -60,7 +60,7 @@
1.4 outfile = self.params_first("outfile", "")
1.5
1.6 if outfile != "":
1.7 - path = os.path.join(sys.path[0], ".transcoded", outfile)
1.8 + path = os.path.join(utils.config.get_transcoded_location(), outfile)
1.9 self._insert_param("-o", "file://%s" % path)
1.10 else:
1.11 self._insert_param ("-o", "fd://%d" % outfd.fileno())