summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-06-22 15:06:39 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-06-22 15:06:39 +0000
commit5889b1a91f2575aaaf9f1e10bcaf3d5ba56967b7 (patch)
tree7f1c4afe8f9d0f35e2764b6439574786b48097f9 /ChangeLog
parent6681519d2742fc06450c60f664833c9914ed7350 (diff)
downloadgst-plugins-bad-5889b1a91f2575aaaf9f1e10bcaf3d5ba56967b7.tar.gz
gst-plugins-bad-5889b1a91f2575aaaf9f1e10bcaf3d5ba56967b7.tar.bz2
gst-plugins-bad-5889b1a91f2575aaaf9f1e10bcaf3d5ba56967b7.zip
gst/matroska/matroska-demux.c: Initialize the video context properly, so we don't get random aspect ratios when no as...
Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream): Initialize the video context properly, so we don't get random aspect ratios when no aspect ratio is set (#308644).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5553ad0..b60c4cb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-06-22 Michael Benes <michael dot benes at xeris dot cz>
+
+ Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
+ Initialize the video context properly, so we don't get random
+ aspect ratios when no aspect ratio is set (#308644).
+
2005-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/theora/theoraenc.c: (_ilog), (gst_theora_enc_init),