summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-10-20 15:08:14 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-10-20 15:08:14 +0000
commita979bd99d1f39ce727f04a3d761be159dc903391 (patch)
tree02578c524e31e125705a4fbb68ee050e8dc5f9f9 /ChangeLog
parentf7d63a74e07e66b6871a6ae09b6de58ff625dbc6 (diff)
downloadgst-plugins-bad-a979bd99d1f39ce727f04a3d761be159dc903391.tar.gz
gst-plugins-bad-a979bd99d1f39ce727f04a3d761be159dc903391.tar.bz2
gst-plugins-bad-a979bd99d1f39ce727f04a3d761be159dc903391.zip
ext/faad/gstfaad.*: Do some timestamp smoothing (matroskademux apparently sends multiple buffers in a row with the sa...
Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init), (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event), (gst_faad_chain), (gst_faad_change_state): * ext/faad/gstfaad.h: Do some timestamp smoothing (matroskademux apparently sends multiple buffers in a row with the same timestamp); fix duration on outgoing buffers; fix change state function; use GST_DEBUG_FUNCPTR for pad functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afa4a7e1..54c79fd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
+ (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
+ (gst_faad_chain), (gst_faad_change_state):
+ * ext/faad/gstfaad.h:
+ Do some timestamp smoothing (matroskademux apparently sends
+ multiple buffers in a row with the same timestamp); fix
+ duration on outgoing buffers; fix change state function; use
+ GST_DEBUG_FUNCPTR for pad functions.
+
2005-10-19 Wim Taymans <wim@fluendo.com>
* gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),