summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavidemux.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-05-30 14:38:59 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-05-30 14:38:59 +0000
commit3127a32c1c734681bfc6fcdcd23e06ff1db8f266 (patch)
tree2ee3fd67aa85d9da0a47ca7addde813ef5da874b /gst/avi/gstavidemux.h
parentf91649edb8533db09349c20a2b7fa2ca514c2c1d (diff)
gst/avi/gstavidemux.*: Parse subtitle text streams instead of erroring out (#442034). Still needs a parser for the su...
Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_base_init), (gst_avi_demux_reset), (gst_avi_demux_parse_stream): * gst/avi/gstavidemux.h: Parse subtitle text streams instead of erroring out (#442034). Still needs a parser for the subtitles to actually show up.
Diffstat (limited to 'gst/avi/gstavidemux.h')
-rw-r--r--gst/avi/gstavidemux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/avi/gstavidemux.h b/gst/avi/gstavidemux.h
index 599ef9e4..cdaf9b9f 100644
--- a/gst/avi/gstavidemux.h
+++ b/gst/avi/gstavidemux.h
@@ -142,6 +142,7 @@ typedef struct _GstAviDemux {
guint num_streams;
guint num_v_streams;
guint num_a_streams;
+ guint num_t_streams; /* subtitle text streams */
avi_stream_context stream[GST_AVI_DEMUX_MAX_STREAMS];