summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-06-24 16:48:17 +0000
committerJohan Dahlin <johan@gnome.org>2004-06-24 16:48:17 +0000
commit2b0f9f1dc62f4184d02e3565a3348467e59e4dda (patch)
tree2a758aa299b4e4c78bfc3fc0956d6864086c60f5 /ChangeLog
parent0ac945b0ae1c44eb9cadf6ead26a1b5033060bff (diff)
ext/theora/theoraenc.c (theora_enc_chain): Call gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the stre...
Original commit message from CVS: * ext/theora/theoraenc.c (theora_enc_chain): Call gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the streamheader caps are set correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ae89ce9f..abb6f4f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-24 Johan Dahlin <johan@gnome.org>
+
+ * ext/theora/theoraenc.c (theora_enc_chain): Call
+ gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
+ streamheader caps are set correctly.
+
2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/vorbis/vorbisenc.c: (raw_caps_factory),
@@ -254,7 +260,7 @@
2004-06-17 Johan Dahlin <johan@gnome.org>
- * ext/tcp/*: Revert Zaheer changes.
+ * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
2004-06-16 Wim Taymans <wim@fluendo.com>