diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-09-19 10:46:01 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-09-19 10:46:01 +0000 |
commit | b6b3c5f55a28b715262b201c8b4e1e74375d7a77 (patch) | |
tree | e7e799ffb0ca5c7c94dd359103ef809381f8d9f3 /gst/avi/gstavimux.h | |
parent | 3fccf3c29fcec01eed4270f644512a1fba6c75a4 (diff) |
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
Diffstat (limited to 'gst/avi/gstavimux.h')
-rw-r--r-- | gst/avi/gstavimux.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |