summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-07-28 09:16:47 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-07-28 09:16:47 +0000
commit2d67e67ef0b06d6074b90098183c95e387050578 (patch)
tree485840132ac3b05f188c91e4737de737a412bbca
parente04ce63a0d1de2c076f0be5be5882648aee51b13 (diff)
ext/ogg/gstoggmux.c: Make sure pages are always in the right order, even when there is no granulepos on some packets,...
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/ogg/gstoggmux.c: (gst_ogg_mux_dequeue_page): Make sure pages are always in the right order, even when there is no granulepos on some packets, by using larger lookahead on queues until we find a timestamped packet (#311491).
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f22e20218..204776204 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-07-28 Michael Smith <msmith@fluendo.com>
+
+ Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * ext/ogg/gstoggmux.c: (gst_ogg_mux_dequeue_page):
+ Make sure pages are always in the right order, even when there
+ is no granulepos on some packets, by using larger lookahead on
+ queues until we find a timestamped packet (#311491).
+
2005-07-27 Wouter Paesen <wouter@kangaroot.net>
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>