summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-15 13:05:35 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-15 13:05:35 +0000
commita50067f9863bd0f856c800de2f0b070fb7db7f36 (patch)
treeb3912ae137a898398f3df354fb9e377197942e5d
parentff90cf633319dfc5cb51cc498a0b2690e2cf2369 (diff)
downloadgstreamer-plugins-bad-a50067f9863bd0f856c800de2f0b070fb7db7f36.tar.gz
ext/esd/esdsink.c: Basic hacks to make video playback using esdsink not totally make yuou rip your heart out. We writ...
Original commit message from CVS: * ext/esd/esdsink.c: (gst_esdsink_get_time), (gst_esdsink_chain): Basic hacks to make video playback using esdsink not totally make yuou rip your heart out. We write a few samples per cycle, so that the clock will increment in a slightly lineair fashion instead of in large hiccuped steps (which makes video playback in an ok'ish way, compared to how it was), and we take timestamps into account for calculating the clock position, so that _get_time() at least returns a value that will make video playback in sync. Should make Ubuntu users happy (they default to esdsink).
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3909e4c81..3d08cd062 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-08-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * ext/esd/esdsink.c: (gst_esdsink_get_time), (gst_esdsink_chain):
+ Basic hacks to make video playback using esdsink not totally make
+ yuou rip your heart out. We write a few samples per cycle, so that
+ the clock will increment in a slightly lineair fashion instead of
+ in large hiccuped steps (which makes video playback in an ok'ish
+ way, compared to how it was), and we take timestamps into account for
+ calculating the clock position, so that _get_time() at least returns
+ a value that will make video playback in sync. Should make Ubuntu
+ users happy (they default to esdsink).
+
2005-08-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/qtdemux/qtdemux.c: (qtdemux_video_caps):