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
commit2d366efad596fff354fefaf49ed9025342eca145 (patch)
treed74b26785cf6d092461846e250ccb1bcac1ccab2 /ChangeLog
parent7133435902c407c3e1e5d14c63606f1e299b9c41 (diff)
downloadgst-plugins-bad-2d366efad596fff354fefaf49ed9025342eca145.tar.gz
gst-plugins-bad-2d366efad596fff354fefaf49ed9025342eca145.tar.bz2
gst-plugins-bad-2d366efad596fff354fefaf49ed9025342eca145.zip
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>