From 6eeede0701d804439b90e4066accb1dfca22c914 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 22 Jun 2004 16:29:20 +0000 Subject: [PATCH] ext/theora/theoraenc.c: Some cleanups, make sure the timestamps are correct. Original commit message from CVS: * ext/theora/theoraenc.c: (gst_theora_enc_class_init), (theora_enc_sink_link), (theora_buffer_from_packet), (theora_push_packet), (theora_enc_chain): Some cleanups, make sure the timestamps are correct. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6426679ae2..9160e83ac0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-06-22 Wim Taymans + + * ext/theora/theoraenc.c: (gst_theora_enc_class_init), + (theora_enc_sink_link), (theora_buffer_from_packet), + (theora_push_packet), (theora_enc_chain): + Some cleanups, make sure the timestamps are correct. + 2004-06-22 Wim Taymans * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),