Set granulepos and timestamp correctly for streams not starting at 0, taking into...
authorTim-Philipp Müller <tim@centricular.net>
Mon, 31 Jan 2005 19:23:08 +0000 (19:23 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 31 Jan 2005 19:23:08 +0000 (19:23 +0000)
Original commit message from CVS:
Set granulepos and timestamp correctly for streams not starting at 0, taking into account the initial delay

ChangeLog

index 09dba820617187a3bf6349ec382a4b10d85aef79..881ec04a580fd44b4854f31d8c91f6d8696fc1e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * ext/theora/theoraenc.c: (theora_buffer_from_packet),
+       (theora_enc_chain), (theora_enc_change_state):
+       * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
+       (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
+       (gst_vorbisenc_change_state):
+       * ext/vorbis/vorbisenc.h:
+         Set granulepos and timestamp correctly for streams not
+         starting at 0, taking into account the initial delay.
+
 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
 
        * gst/mpegstream/gstdvddemux.c: