aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDBurn/Process.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2008-11-13 13:32:31 +0100
committerghost <andreas.monzner@multimedia-labs.de>2008-11-13 13:32:31 +0100
commitf479fb3234634c7e9464f1af81d64b97a08bb0bb (patch)
treeb531a97aa1a49c979976d81a8d1dbbc1aacafc39 /lib/python/Plugins/Extensions/DVDBurn/Process.py
parent58163e18dce8d07d32500c8b24e616518e40710b (diff)
parent2c3fe3f9a4eabde0440dbf86fb39ac26062cdc65 (diff)
downloadenigma2-f479fb3234634c7e9464f1af81d64b97a08bb0bb.tar.gz
enigma2-f479fb3234634c7e9464f1af81d64b97a08bb0bb.zip
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/Process.py')
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/Process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/Process.py b/lib/python/Plugins/Extensions/DVDBurn/Process.py
index c1ba8632..89ca90fd 100644
--- a/lib/python/Plugins/Extensions/DVDBurn/Process.py
+++ b/lib/python/Plugins/Extensions/DVDBurn/Process.py
@@ -126,7 +126,7 @@ class DemuxTask(Task):
self.currentPID = str(int(line.rstrip()[-6:].rsplit('0x',1)[-1],16))
def haveNewFile(self, file):
- print "[DemuxTask] produced file:", file
+ print "[DemuxTask] produced file:", file, self.currentPID
self.generated_files.append(file)
if self.currentPID in self.relevantAudioPIDs or file.endswith("m2v"):
self.mplex_streamfiles.append(file)