summaryrefslogtreecommitdiff
path: root/ext/mplex/gstmplex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mplex/gstmplex.h')
-rw-r--r--ext/mplex/gstmplex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mplex/gstmplex.h b/ext/mplex/gstmplex.h
index 381b0af18..98b19aca8 100644
--- a/ext/mplex/gstmplex.h
+++ b/ext/mplex/gstmplex.h
@@ -87,6 +87,10 @@ struct _GstMPlex {
PS_Stream *ps_stream;
gint data_rate;
gint sync_offset;
+
+ gint num_video;
+ gint num_audio;
+ gint num_private1;
};
struct _GstMPlexClass {