summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim@fluendo.com>2007-03-09 17:32:32 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-03-09 17:32:32 +0000
commit9d501ec355197f1487f2476f4572d7bca8f5188a (patch)
tree7ca7e8e730ce013792e6e3046f3283fd5b9c18d7 /ChangeLog
parentbeef8e01365d8d1ac8257443686c9c734dff111d (diff)
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 <wim@fluendo.com> Fixes #380944
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc20a16f..9d9ab6c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * 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 <wim@fluendo.com>
+ Fixes #380944
+
2007-03-09 Wim Taymans <wim@fluendo.com>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):