summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-11-28 15:13:22 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-11-28 15:13:22 +0000
commit96d5f727fea40bf8bcc9065a5eaea3a2668bfd6a (patch)
tree46ce8135fb67f7efcd26e0767a75bb5190932f6b /ChangeLog
parentbad1f0307a7e46cf016d21c3aa8e6423e35cb058 (diff)
gst/matroska/matroska-mux.c: Look for pixel-aspect-ratio in caps, not pixel_width and pixel_height (Fixes: #322645)
Original commit message from CVS: * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps): Look for pixel-aspect-ratio in caps, not pixel_width and pixel_height (Fixes: #322645)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdf55d24..5e31809c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* gst/matroska/matroska-mux.c:
(gst_matroska_mux_video_pad_setcaps):
+ Look for pixel-aspect-ratio in caps, not pixel_width and
+ pixel_height (Fixes: #322645)
+
+2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * gst/matroska/matroska-mux.c:
+ (gst_matroska_mux_video_pad_setcaps):
From Michal Benes:
frame duration should be GST_SECOND / framerate, not
GST_SECOND * framerate. (Fixes: #322643)