diff options
Diffstat (limited to 'gst/avi/gstavimux.h')
-rw-r--r-- | gst/avi/gstavimux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/avi/gstavimux.h b/gst/avi/gstavimux.h index 452b7221..d814941d 100644 --- a/gst/avi/gstavimux.h +++ b/gst/avi/gstavimux.h @@ -77,6 +77,9 @@ struct _GstAviMux { gst_riff_strh auds_hdr; gst_riff_strf_auds auds; + /* tags */ + GstTagList *tags; + /* information about the AVI index ('idx') */ gst_riff_index_entry *idx; gint idx_index, idx_count; |