summaryrefslogtreecommitdiffstats
path: root/gst/matroska/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-04-25 16:38:50 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-04-25 16:38:50 +0000
commitda34723a6bf9b305d69cf23215ad20d7747cbdb9 (patch)
tree6c6039493d2d1cd377e9037487e1d128c9f202b8 /gst/matroska/Makefile.am
parent3763c60ad84881b821202fed825eefa7cf31b845 (diff)
gst/matroska/: Handle case where the TrackType ebml chunk does not come before the
Original commit message from CVS: * gst/matroska/Makefile.am: * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream), (gst_matroska_demux_handle_src_event): * gst/matroska/matroska-ids.c: (gst_matroska_track_init_video_context), (gst_matroska_track_init_audio_context), (gst_matroska_track_init_subtitle_context), (gst_matroska_track_init_complex_context): * gst/matroska/matroska-ids.h: Handle case where the TrackType ebml chunk does not come before the TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS events.
Diffstat (limited to 'gst/matroska/Makefile.am')
-rw-r--r--gst/matroska/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/matroska/Makefile.am b/gst/matroska/Makefile.am
index e4e58bb4..87e3d9e6 100644
--- a/gst/matroska/Makefile.am
+++ b/gst/matroska/Makefile.am
@@ -5,6 +5,7 @@ libgstmatroska_la_SOURCES = \
ebml-write.c \
matroska.c \
matroska-demux.c \
+ matroska-ids.c \
matroska-mux.c
noinst_HEADERS = \