summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Nagy <algernon@bonehunter.rulez.org>2005-05-03 14:30:11 +0000
committerGergely Nagy <algernon@bonehunter.rulez.org>2005-05-03 14:30:11 +0000
commit219970d94e8f083b634577495282d29ab35e5e43 (patch)
treeb9b85cf37cd0f50213359a813e0965d1d2086e3b
parentb5480d37f2398a8ef0f1c59b179e7cf396821b58 (diff)
downloadgst-plugins-bad-219970d94e8f083b634577495282d29ab35e5e43.tar.gz
gst-plugins-bad-219970d94e8f083b634577495282d29ab35e5e43.tar.bz2
gst-plugins-bad-219970d94e8f083b634577495282d29ab35e5e43.zip
ext/ogg/gstoggmux.c: Lowered max-page-delay and max-delay from 5s to 0.5s. Fixes A/V sync issues in live streams.
Original commit message from CVS: * ext/ogg/gstoggmux.c: Lowered max-page-delay and max-delay from 5s to 0.5s. Fixes A/V sync issues in live streams.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c4800ca..69552313 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-03 Gergely Nagy <algernon@bonehunter.rulez.org>
+
+ * ext/ogg/gstoggmux.c: Lower default max-page-delay and
+ max-delay from 5 seconds to half a second. Fixes A/V
+ issues in live streams.
+
2005-05-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/playback/gstplaybasebin.c: (probe_triggered):