From 9d501ec355197f1487f2476f4572d7bca8f5188a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 9 Mar 2007 17:32:32 +0000 Subject: ext/dv/gstdvdec.*: Infer pixel-aspect-ratio from the video frame format if it isn't provided by the container, as hap... Original commit message from CVS: * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps), (gst_dvdec_src_negotiate), (gst_dvdec_chain), (gst_dvdec_change_state): * ext/dv/gstdvdec.h: Infer pixel-aspect-ratio from the video frame format if it isn't provided by the container, as happens when playing DV from AVI or Quicktime containers. Patch by: Wim Taymans Fixes #380944 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dc20a16f..9d9ab6c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-03-09 Jan Schmidt + + * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps), + (gst_dvdec_src_negotiate), (gst_dvdec_chain), + (gst_dvdec_change_state): + * ext/dv/gstdvdec.h: + Infer pixel-aspect-ratio from the video frame format if it isn't + provided by the container, as happens when playing DV from AVI + or Quicktime containers. + + Patch by: Wim Taymans + Fixes #380944 + 2007-03-09 Wim Taymans * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams): -- cgit