diff options
author | Johan Dahlin <johan@gnome.org> | 2004-06-24 16:48:17 +0000 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2004-06-24 16:48:17 +0000 |
commit | 2d366efad596fff354fefaf49ed9025342eca145 (patch) | |
tree | d74b26785cf6d092461846e250ccb1bcac1ccab2 | |
parent | 7133435902c407c3e1e5d14c63606f1e299b9c41 (diff) | |
download | gst-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.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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> |