summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-02-03 18:22:18 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-02-03 18:22:18 +0000
commitc6507559fbebf31bd24a063eb8312be59a545e14 (patch)
tree8461060bb59e24859000aa8188560aa7bd9dbaba /ChangeLog
parentb451b72f2d1190a6838f2750c3f42bd808d7982e (diff)
downloadgst-plugins-bad-c6507559fbebf31bd24a063eb8312be59a545e14.tar.gz
gst-plugins-bad-c6507559fbebf31bd24a063eb8312be59a545e14.tar.bz2
gst-plugins-bad-c6507559fbebf31bd24a063eb8312be59a545e14.zip
ext/mpeg2enc/gstmpeg2encpicturereader.cc: Use the incoming pixel-aspect-ratio if provided to infer a default aspect r...
Original commit message from CVS: * ext/mpeg2enc/gstmpeg2encpicturereader.cc: Use the incoming pixel-aspect-ratio if provided to infer a default aspect ratio, which can be overridden using the 'aspect' property. Fixes: #499008
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f47375ed..951a7cb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-02-03 Jan Schmidt <jan.schmidt@sun.com>
+
+ * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
+ Use the incoming pixel-aspect-ratio if provided to infer a
+ default aspect ratio, which can be overridden using the 'aspect'
+ property.
+
+ Fixes: #499008
+
2008-02-03 Sebastian Dröge <slomo@circular-chaos.org>
Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>