summaryrefslogtreecommitdiff
path: root/gst/mpegpsmux/mpegpsmux.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-10 20:08:20 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-11 00:10:15 +0000
commitc4cb38f3949b395b34258cd3aebe0bd8dcd9ed34 (patch)
tree3b37c93af71ac2af43c4082977f60ff98bf27c7c /gst/mpegpsmux/mpegpsmux.h
parent1f45eb7950215d890fd6919a2013f16fb7c27238 (diff)
downloadgstreamer-plugins-bad-c4cb38f3949b395b34258cd3aebe0bd8dcd9ed34.tar.gz
mpegpsmux: remember primary video stream
Diffstat (limited to 'gst/mpegpsmux/mpegpsmux.h')
-rw-r--r--gst/mpegpsmux/mpegpsmux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/mpegpsmux/mpegpsmux.h b/gst/mpegpsmux/mpegpsmux.h
index 4da1bea66..125f8f674 100644
--- a/gst/mpegpsmux/mpegpsmux.h
+++ b/gst/mpegpsmux/mpegpsmux.h
@@ -68,7 +68,9 @@ struct MpegPsMux {
GstPad *srcpad;
- GstCollectPads *collect; // pads collector
+ guint video_stream_id; /* stream id of primary video stream */
+
+ GstCollectPads *collect; /* pads collector */
PsMux *psmux;