1.1 --- a/gmyth-stream/server/plugins/media/mencoder.py Thu Apr 12 22:38:44 2007 +0100
1.2 +++ b/gmyth-stream/server/plugins/media/mencoder.py Thu Apr 12 23:17:33 2007 +0100
1.3 @@ -336,6 +336,7 @@
1.4 self.arg_append(gst, "gnomevfssrc location=%s" % self.filename)
1.5 self.arg_append(gst, "! fdsink fd=%d" % self.gst_pipe[1])
1.6 self.gst_pid = Popen(gst, stdout=self.gst_pipe[1], close_fds=True)
1.7 + log.info("Running Gstreamer: %s" % gst);
1.8 except Exception, e:
1.9 msg = "Could not init Gstreamer: %s" % e
1.10 log.error(msg)