summaryrefslogtreecommitdiffstats
path: root/gst/mpegdemux/gstmpegdemux.h
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-05-21 00:41:47 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-05-26 15:31:53 +0100
commite1d778e559a402f0b4ebe2b84978f3542807a630 (patch)
treeebfec9be761deab6d7521fc887707f28fcb632c5 /gst/mpegdemux/gstmpegdemux.h
parent471640e3f34bcce673966a587ac726ad660b2bb2 (diff)
downloadgst-plugins-bad-e1d778e559a402f0b4ebe2b84978f3542807a630.tar.gz
gst-plugins-bad-e1d778e559a402f0b4ebe2b84978f3542807a630.tar.bz2
gst-plugins-bad-e1d778e559a402f0b4ebe2b84978f3542807a630.zip
mpegdemux: Add support for outputting sub-picture streams found in files.
Output subpicture streams when they are found on the private stream ID. Don't strip off the first byte of such packets when pushing.
Diffstat (limited to 'gst/mpegdemux/gstmpegdemux.h')
-rw-r--r--gst/mpegdemux/gstmpegdemux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mpegdemux/gstmpegdemux.h b/gst/mpegdemux/gstmpegdemux.h
index ef175f76..29bc1dfd 100644
--- a/gst/mpegdemux/gstmpegdemux.h
+++ b/gst/mpegdemux/gstmpegdemux.h
@@ -149,6 +149,7 @@ struct _GstFluPSDemuxClass
GstPadTemplate *sink_template;
GstPadTemplate *video_template;
GstPadTemplate *audio_template;
+ GstPadTemplate *subpicture_template;
GstPadTemplate *private_template;
};