[SCM] morituri/master: * morituri/extern/task/gstreamer.py: Fix wrong commit made to fix #89.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:43 UTC 2014


The following commit has been merged in the master branch:
commit 3370acac68087d86842893e000357f7567b51c6b
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Nov 18 14:57:56 2012 +0000

    	* morituri/extern/task/gstreamer.py:
    	  Fix wrong commit made to fix #89.

diff --git a/ChangeLog b/ChangeLog
index 81d176d..c590090 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-18  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* morituri/extern/task/gstreamer.py:
+	  Fix wrong commit made to fix #89.
+
 2012-11-17  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* morituri/rip/offset.py:
diff --git a/morituri/extern/task/gstreamer.py b/morituri/extern/task/gstreamer.py
index 35efbed..6cd7f02 100644
--- a/morituri/extern/task/gstreamer.py
+++ b/morituri/extern/task/gstreamer.py
@@ -29,7 +29,7 @@ def quoteParse(path):
     # Make sure double quotes and backslashes are escaped.  See
     # morituri.test.test_common_checksum.NormalPathTestCase
 
-    return path.replace('"', '\\"').replace('\\', '\\\\')
+    return path.replace('\\', '\\\\').replace('"', '\\"')
 
 
 class GstException(Exception):

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list