diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-05-30 23:05:29 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-05-30 23:05:29 +0000 |
commit | 04b611b88ce9aec269a0f79f216fae2e39eb4b7b (patch) | |
tree | 282ae652530064b074a68d3b2000b602968ffa8d /gst/avi/gstavimux.h | |
parent | e11972656a87a0d5a96ee1d887ba14a85a27a116 (diff) |
Fix avimux (somewhat). Note: the EOS event still doesn't get through. This is completely braindead, I have no clue wh...
Original commit message from CVS:
Fix avimux (somewhat). Note: the EOS event still doesn't get through. This is completely braindead, I have no clue why, but setting this thing to PAUSE should do the trick too. EOS fix will come later on...
Diffstat (limited to 'gst/avi/gstavimux.h')
-rw-r--r-- | gst/avi/gstavimux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/avi/gstavimux.h b/gst/avi/gstavimux.h index 794cf617..c2333a04 100644 --- a/gst/avi/gstavimux.h +++ b/gst/avi/gstavimux.h @@ -69,6 +69,7 @@ struct _GstAviMux { gboolean write_header; gboolean restart; guint32 audio_size; + guint64 audio_time; /* video header */ gst_riff_strh vids_hdr; |