[transmageddon] Remove old work-around, fixing 661909



commit 97bf717b1c52a4bbc1ad780da801ff942a50fde9
Author: Christian Fredrik Kalager Schaller <christian schaller collabora co uk>
Date:   Fri Dec 2 11:07:42 2011 +0000

    Remove old work-around, fixing 661909

 src/transmageddon.py |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/src/transmageddon.py b/src/transmageddon.py
index 51dfb5f..079c292 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -703,10 +703,11 @@ class TransmageddonUI:
            if self.videopasstoggle == False:
                videocodec = self.VideoCodec
            else: # this is probably redundant and caused by encodebin 
-               textdata=gst.Caps.to_string(self.vsourcecaps)
-               sep= ','
-               minitext  = textdata.split(sep, 1)[0]
-               videocodec = minitext
+               # textdata=gst.Caps.to_string(self.vsourcecaps)
+               # sep= ','
+               # minitext  = textdata.split(sep, 1)[0]
+               # videocodec = minitext
+               videocodec = gst.Caps.to_string(self.vsourcecaps)
            self.outputdirectory=self.videodirectory
        else:
            self.outputdirectory=self.audiodirectory



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]