@@ -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:
|
||||
|
||||
2
morituri/extern/task/gstreamer.py
vendored
2
morituri/extern/task/gstreamer.py
vendored
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user