summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.h
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-10-07 14:03:17 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-10-09 17:49:06 +0200
commitb2d70862e8c642ddf7c7d4af73ead3f168b55810 (patch)
treefe1a2c7568bac94e6d26f8c6b17ce99b0203b0ec /gst/qtdemux/qtdemux.h
parentfaaa32dccbbec6ae1f29e5dcc21de2ef74c8ad89 (diff)
qtdemux: support 3GPP timed text subtitles
In particular, also make subtitle support less subp(icture)-centric.
Diffstat (limited to 'gst/qtdemux/qtdemux.h')
-rw-r--r--gst/qtdemux/qtdemux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/qtdemux/qtdemux.h b/gst/qtdemux/qtdemux.h
index cff66ce9..23d0c4dd 100644
--- a/gst/qtdemux/qtdemux.h
+++ b/gst/qtdemux/qtdemux.h
@@ -62,7 +62,7 @@ struct _GstQTDemux {
gint n_streams;
gint n_video_streams;
gint n_audio_streams;
- gint n_subp_streams;
+ gint n_sub_streams;
guint major_brand;
GstBuffer *comp_brands;