summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-04-30 14:22:27 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-04-30 14:22:27 +0200
commitb5d84439fd63e47f54fcbd281cd9f9aa89e756d0 (patch)
treee45430b83904bceeb7bbfb4b4d3bdc52d6bc1246 /gst/qtdemux/qtdemux.h
parent28afc6e59103f6f7c3d72ba7c74df3f6c883aaf4 (diff)
qtdemux: add support for subtitle pictures
Add support for subtitle pictures. Fixes #568278.
Diffstat (limited to 'gst/qtdemux/qtdemux.h')
-rw-r--r--gst/qtdemux/qtdemux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/qtdemux/qtdemux.h b/gst/qtdemux/qtdemux.h
index d227b7f1..7b7c135f 100644
--- a/gst/qtdemux/qtdemux.h
+++ b/gst/qtdemux/qtdemux.h
@@ -62,6 +62,7 @@ struct _GstQTDemux {
gint n_streams;
gint n_video_streams;
gint n_audio_streams;
+ gint n_subp_streams;
guint major_brand;
GNode *moov_node;