summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-01-31 19:23:08 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-01-31 19:23:08 +0000
commit141a18228a575d1df37f1646021bab36501ce0d7 (patch)
tree192527b9fa8eb339ac528650b929b6f91ca062f1
parent306f5ea71c82ccdebad71a96343027ae61a64608 (diff)
downloadgst-plugins-bad-141a18228a575d1df37f1646021bab36501ce0d7.tar.gz
gst-plugins-bad-141a18228a575d1df37f1646021bab36501ce0d7.tar.bz2
gst-plugins-bad-141a18228a575d1df37f1646021bab36501ce0d7.zip
Set granulepos and timestamp correctly for streams not starting at 0, taking into account the initial delay
Original commit message from CVS: Set granulepos and timestamp correctly for streams not starting at 0, taking into account the initial delay
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09dba820..881ec04a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
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:
Add audio/x-dts to audio pad template caps