Author: duncan
Date: Sat Feb  3 18:08:40 2007
New Revision: 9143

Modified:
   branches/rel-1/freevo/src/video/plugins/reencode2.py

Log:
Fix from Pascal Schirrmann applied


Modified: branches/rel-1/freevo/src/video/plugins/reencode2.py
==============================================================================
--- branches/rel-1/freevo/src/video/plugins/reencode2.py        (original)
+++ branches/rel-1/freevo/src/video/plugins/reencode2.py        Sat Feb  3 
18:08:40 2007
@@ -112,7 +112,7 @@
         if attr == 'disp_title':
             return '%s' % (self.title)
         if attr == 'disp_filename':
-            return '%s' % 
(os.path.split(self.filename)[1])+'.'+self.profile['container']
+            return '%s' % 
(os.path.split(self.source)[1])+'.'+self.profile['container']
         elif attr == 'disp_container':
             return '%s' % (self.profile['container'])
         elif attr == 'disp_resolution':

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to