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.
This commit is contained in:
parent
09eabf5cf9
commit
bba99aa3da
@ -1,3 +1,9 @@
|
|||||||
|
2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
|
||||||
|
Filler events are gone for now, comment out section generating
|
||||||
|
them.
|
||||||
|
|
||||||
2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
|
2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* ext/aalib/gstaasink.c: (gst_aasink_fixate):
|
* ext/aalib/gstaasink.c: (gst_aasink_fixate):
|
||||||
|
@ -1931,6 +1931,8 @@ gst_matroska_ebmlnum_sint (guint8 * data, guint size, gint64 * num)
|
|||||||
static void
|
static void
|
||||||
gst_matroska_demux_sync_streams (GstMatroskaDemux * demux)
|
gst_matroska_demux_sync_streams (GstMatroskaDemux * demux)
|
||||||
{
|
{
|
||||||
|
/* FIXME: add filler events or buffers back */
|
||||||
|
#if 0
|
||||||
gint stream_nr;
|
gint stream_nr;
|
||||||
GstMatroskaTrackContext *context;
|
GstMatroskaTrackContext *context;
|
||||||
|
|
||||||
@ -1971,6 +1973,7 @@ gst_matroska_demux_sync_streams (GstMatroskaDemux * demux)
|
|||||||
gst_pad_push_event (context->pad, event);
|
gst_pad_push_event (context->pad, event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user