Moved the priority of MPLAYER on top of AVPROBE and FFPROBE until I discover what the f*** is happening with some data fields

This commit is contained in:
Sergio Costas 2014-12-28 11:40:32 +01:00
parent b8eca92589
commit 13735fc2e2
3 changed files with 6 additions and 3 deletions

View file

@ -35,7 +35,7 @@ class configuration(GObject.GObject):
def __init__(self):
GObject.GObject.__init__(self)
self.version = "0.1 Beta 6"
self.version = "0.1 Beta 7"
def fill_config(self):