From b6b3c5f55a28b715262b201c8b4e1e74375d7a77 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 19 Sep 2002 10:46:01 +0000 Subject: This fixes some problems when recording AVI files with gstrec Original commit message from CVS: This fixes some problems when recording AVI files with gstrec --- gst/avi/gstavimux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/avi/gstavimux.h') diff --git a/gst/avi/gstavimux.h b/gst/avi/gstavimux.h index feda7241..f35e73e9 100644 --- a/gst/avi/gstavimux.h +++ b/gst/avi/gstavimux.h @@ -55,9 +55,9 @@ struct _GstAviMux { /* pads */ GstPad *srcpad; GstPad *audiosinkpad[MAX_NUM_AUDIO_PADS]; - gint num_audio_pads; + gint num_audio_pads, num_audio_pads_connected; GstPad *videosinkpad[MAX_NUM_VIDEO_PADS]; - gint num_video_pads; + gint num_video_pads, num_video_pads_connected; /* timestamps of first and current frame + num_frames for fps calculation */ gdouble framerate; -- cgit