[transmageddon] small fix that makes asf work, probably a bug workaround (ref bug 647821)
- From: Christian Fredrik Kalager Schaller <uraeus src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [transmageddon] small fix that makes asf work, probably a bug workaround (ref bug 647821)
- Date: Thu, 14 Apr 2011 21:32:39 +0000 (UTC)
commit 64f016cc38498a237b7de2391f3f34b7b9e88763
Author: Christian Fredrik Kalager Schaller <christian schaller collabora co uk>
Date: Thu Apr 14 22:28:53 2011 +0100
small fix that makes asf work, probably a bug workaround (ref bug 647821)
src/codecfinder.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/codecfinder.py b/src/codecfinder.py
index c156c32..d01b03f 100644
--- a/src/codecfinder.py
+++ b/src/codecfinder.py
@@ -44,7 +44,7 @@ containermap = { 'Ogg' : "application/ogg", \
'MPEG TS' : "video/mpegts", \
'FLV' : "video/x-flv", \
'3GPP' : "video/quicktime,variant=3gpp", \
- 'ASF' : "video/x-ms-asf", \
+ 'ASF' : "video/x-ms-asf, parsed=true", \
'WebM' : "video/webm", \
'No container' : False }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]