From 96d5f727fea40bf8bcc9065a5eaea3a2668bfd6a Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 28 Nov 2005 15:13:22 +0000 Subject: 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) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cdf55d24..5e31809c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-11-28 Jan Schmidt + + * 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 * gst/matroska/matroska-mux.c: -- cgit