From b2d70862e8c642ddf7c7d4af73ead3f168b55810 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Wed, 7 Oct 2009 14:03:17 +0200 Subject: qtdemux: support 3GPP timed text subtitles In particular, also make subtitle support less subp(icture)-centric. --- gst/qtdemux/qtdemux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/qtdemux/qtdemux.h') 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; -- cgit