[transmageddon] fix bug with listing pixel-aspect-ratio (not properly converted)
- From: Christian Fredrik Kalager Schaller <uraeus src gnome org>
- To: svn-commits-list gnome org
- Subject: [transmageddon] fix bug with listing pixel-aspect-ratio (not properly converted)
- Date: Wed, 22 Jul 2009 16:10:09 +0000 (UTC)
commit 653b705aed5ed4e2a36edc46264e77990733a441
Author: Christian Schaller <christian schaller collabora co uk>
Date: Wed Jul 22 15:53:48 2009 +0100
fix bug with listing pixel-aspect-ratio (not properly converted)
src/discoverer.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/discoverer.py b/src/discoverer.py
index d356482..93deaec 100644
--- a/src/discoverer.py
+++ b/src/discoverer.py
@@ -333,7 +333,7 @@ class Discoverer(gst.Pipeline):
elif c.startswith("video/"):
if c.startswith("video/x-raw-yuv") == False or c.startswith("video/x-raw-rgb") == False:
if caps.is_fixed():
- blacklist = ['height','width','framerate','depth','codec_data']
+ blacklist = ['height','width','framerate','depth','codec_data','pixel-aspect-ratio']
for x in caps:
vresult = caps[0].get_name();
for attr in caps[0].keys():
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]