summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-05-10 13:32:11 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-05-10 13:32:11 +0000
commit3fc3170249d1f790716c5a220ded770622e5d692 (patch)
treec0596abc12c67f3a0b0574dd2356ade435e59d9f /ChangeLog
parente3da9b7ea80940f49fb6d7dcdfa91ac9ac65b871 (diff)
downloadgst-plugins-bad-3fc3170249d1f790716c5a220ded770622e5d692.tar.gz
gst-plugins-bad-3fc3170249d1f790716c5a220ded770622e5d692.tar.bz2
gst-plugins-bad-3fc3170249d1f790716c5a220ded770622e5d692.zip
ext/theora/theoraenc.c: Mark the last packet with an EOS flag which is not really needed in gstreamer.
Original commit message from CVS: * ext/theora/theoraenc.c: (gst_theora_enc_class_init), (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain), (theora_enc_change_state), (theora_enc_set_property), (theora_enc_get_property): Mark the last packet with an EOS flag which is not really needed in gstreamer. Do some better video framerate initialisation. Update the buffer timestamp.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 371d60dd..0b5069af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-05-10 Wim Taymans <wim@fluendo.com>
+
+ * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
+ (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
+ (theora_enc_change_state), (theora_enc_set_property),
+ (theora_enc_get_property):
+ Mark the last packet with an EOS flag which is not really needed
+ in gstreamer.
+ Do some better video framerate initialisation.
+ Update the buffer timestamp.
+
2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
* ext/dv/gstdvdec.c: (gst_dvdec_change_state):