summaryrefslogtreecommitdiffstats
path: root/gst/mpegdemux/gstmpegtsdemux.h
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-05-20 08:50:37 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-05-26 15:31:53 +0100
commit471640e3f34bcce673966a587ac726ad660b2bb2 (patch)
tree96d3d5bb46a39446d968f6903104b4e8b122a25e /gst/mpegdemux/gstmpegtsdemux.h
parent19d450a16425ea7844c9970a9ca325236897780b (diff)
downloadgst-plugins-bad-471640e3f34bcce673966a587ac726ad660b2bb2.tar.gz
gst-plugins-bad-471640e3f34bcce673966a587ac726ad660b2bb2.tar.bz2
gst-plugins-bad-471640e3f34bcce673966a587ac726ad660b2bb2.zip
mpegtsdemux: Add mapping for DVD and Bluray subpicture streams.
Add output subpicture pads for DVD (video/x-dvd-subpicture) and Bluray PGS (subpicture/x-pgs) streams. Remove an unused variable from the PES filter.
Diffstat (limited to 'gst/mpegdemux/gstmpegtsdemux.h')
-rw-r--r--gst/mpegdemux/gstmpegtsdemux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mpegdemux/gstmpegtsdemux.h b/gst/mpegdemux/gstmpegtsdemux.h
index dad2b023..fde68926 100644
--- a/gst/mpegdemux/gstmpegtsdemux.h
+++ b/gst/mpegdemux/gstmpegtsdemux.h
@@ -228,6 +228,7 @@ struct _GstMpegTSDemuxClass {
GstPadTemplate * sink_template;
GstPadTemplate * video_template;
GstPadTemplate * audio_template;
+ GstPadTemplate * subpicture_template;
GstPadTemplate * private_template;
};