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
commitc4fcb1bddd45bdd537c7428ba497fc6cf8ebc6af (patch)
treecf0b45d3f695e5c5c423f4bece8c3ec18e04e3c7
parenta6707b5dde49cdde8ff6ba27f9086e147d6b2ce6 (diff)
downloadgstreamer-plugins-bad-c4fcb1bddd45bdd537c7428ba497fc6cf8ebc6af.tar.gz
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>