From bba99aa3da1aa594d6908d9d74f3679a8515aecd Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 21 Nov 2005 15:06:35 +0000 Subject: gst/matroska/matroska-demux.c: Filler events are gone for now, comment out section generating them. Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams): Filler events are gone for now, comment out section generating them. --- gst/matroska/matroska-demux.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst') diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c index b5e1f39a..8200ab27 100644 --- a/gst/matroska/matroska-demux.c +++ b/gst/matroska/matroska-demux.c @@ -1931,6 +1931,8 @@ gst_matroska_ebmlnum_sint (guint8 * data, guint size, gint64 * num) static void gst_matroska_demux_sync_streams (GstMatroskaDemux * demux) { + /* FIXME: add filler events or buffers back */ +#if 0 gint stream_nr; GstMatroskaTrackContext *context; @@ -1971,6 +1973,7 @@ gst_matroska_demux_sync_streams (GstMatroskaDemux * demux) gst_pad_push_event (context->pad, event); } } +#endif } static gboolean -- cgit