From 730bcc0db5915b62bae5947cc9e9023eaf09cce6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 25 Oct 2002 20:46:12 +0000 Subject: Handle more stream types Original commit message from CVS: Handle more stream types --- ext/mplex/gstmplex.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/mplex/gstmplex.h') diff --git a/ext/mplex/gstmplex.h b/ext/mplex/gstmplex.h index 381b0af1..98b19aca 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 { -- cgit v1.2.1