summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-06-22 16:29:20 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-06-22 16:29:20 +0000
commitac86fac0e61893fbd016b5b0dbc951ca5d689e7c (patch)
treeed84ba8a2a5f54c3b3140572a535692a1e033752
parentd9344c2068d2f8ab077459f128ea877a8fe461fc (diff)
downloadgst-plugins-bad-ac86fac0e61893fbd016b5b0dbc951ca5d689e7c.tar.gz
gst-plugins-bad-ac86fac0e61893fbd016b5b0dbc951ca5d689e7c.tar.bz2
gst-plugins-bad-ac86fac0e61893fbd016b5b0dbc951ca5d689e7c.zip
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.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6426679a..9160e83a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-06-22 Wim Taymans <wim@fluendo.com>
+ * 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 <wim@fluendo.com>
+
* ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
(gst_alsa_change_state), (gst_alsa_update_avail),
(gst_alsa_xrun_recovery):