summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavimux.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-19 11:01:09 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-19 11:01:09 +0000
commit471c844eb55dee35c36f03bdf8316992cc6a9877 (patch)
tree555f3948677f90ac7a4242f75915475c76854b88 /gst/avi/gstavimux.h
parent079805f0c912f82f7f879d02b738256f04e202aa (diff)
ext/mad/gstmad.c: Fail if caps negotiation fails. Should fix #162184, and should definately be in there regardless of...
Original commit message from CVS: * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain): Fail if caps negotiation fails. Should fix #162184, and should definately be in there regardless of it fixing the actual bug. * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init), (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header), (gst_avimux_riff_get_avix_header), (gst_avimux_riff_get_video_header), (gst_avimux_riff_get_audio_header), (gst_avimux_write_index), (gst_avimux_start_file), (gst_avimux_handle_event), (gst_avimux_change_state): * gst/avi/gstavimux.h: Refactor structure writing to use GST_WRITE_UINT macros, add metadata writing support.
Diffstat (limited to 'gst/avi/gstavimux.h')
-rw-r--r--gst/avi/gstavimux.h3
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;