pitivi r1445 - trunk/pitivi



Author: edwardrv
Date: Wed Dec  3 17:26:32 2008
New Revision: 1445
URL: http://svn.gnome.org/viewvc/pitivi?rev=1445&view=rev

Log:
settings: Remove useless debug statement

Modified:
   trunk/pitivi/settings.py

Modified: trunk/pitivi/settings.py
==============================================================================
--- trunk/pitivi/settings.py	(original)
+++ trunk/pitivi/settings.py	Wed Dec  3 17:26:32 2008
@@ -373,7 +373,6 @@
 
 def encoders_muxer_compatible(encoders, muxer):
     """ returns the list of encoders compatible with the given muxer """
-    gst.info("")
     res = []
     for encoder in encoders:
         for caps in [x.get_caps() for x in encoder.get_static_pad_templates() if x.direction == gst.PAD_SRC]:



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