summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-demux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/matroska/matroska-demux.c')
-rw-r--r--gst/matroska/matroska-demux.c3
1 files changed, 3 insertions, 0 deletions
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