From 421e2da398a743b184037f2964ce6e3003bcbe83 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 8 Jun 2005 17:58:19 +0000 Subject: ext/faad/gstfaad.c: I don't understand how this got unnoticed for so long - did the faad API change or something ? al... Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain): I don't understand how this got unnoticed for so long - did the faad API change or something ? also, we're getting samplerate and channels in the first call, but not actually *doing* anything with that. Sigh. * ext/libmng/gstmngdec.c: switch from 0.0 to 1.0 minimum framerate, even though that's *stupid* because we want to use mngdec for things that happen less than once a second, but it's the only way to have somewhat acceptable negotiation. * ext/theora/theoraenc.c: (theora_enc_chain): add a debug message. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6cee7a01..61cc290e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2005-06-08 Thomas Vander Stichele + + * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain): + I don't understand how this got unnoticed for so long - did the + faad API change or something ? + also, we're getting samplerate and channels in the first call, + but not actually *doing* anything with that. Sigh. + * ext/libmng/gstmngdec.c: + switch from 0.0 to 1.0 minimum framerate, even though that's + *stupid* because we want to use mngdec for things that happen + less than once a second, but it's the only way to have + somewhat acceptable negotiation. + * ext/theora/theoraenc.c: (theora_enc_chain): + add a debug message. + 2005-06-08 Ronald S. Bultje * gst/playback/gstplaybasebin.c: (gen_preroll_element): -- cgit v1.2.1