summaryrefslogtreecommitdiffstats
path: root/gst/icydemux/gsticydemux.h
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2006-04-28 14:57:57 +0000
committerMichael Smith <msmith@xiph.org>2006-04-28 14:57:57 +0000
commit9d466b6067d20cd7f09bb247f3b91ed949505e28 (patch)
tree9e8b2ba00305ea2b0f268f1dfd6ca24fb3d737cb /gst/icydemux/gsticydemux.h
parent9f12811bb2272b72b1f03afaa1d97182fbf45618 (diff)
gst/icydemux/gsticydemux.*: Fix event handling: cache events when typefinding and forward later.
Original commit message from CVS: * gst/icydemux/gsticydemux.c: (gst_icydemux_reset), (gst_icydemux_init), (gst_icydemux_sink_setcaps), (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags), (gst_icydemux_handle_event), (gst_icydemux_send_cached_events), (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta), (gst_icydemux_chain), (gst_icydemux_send_tag_event): * gst/icydemux/gsticydemux.h: Fix event handling: cache events when typefinding and forward later.
Diffstat (limited to 'gst/icydemux/gsticydemux.h')
-rw-r--r--gst/icydemux/gsticydemux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/icydemux/gsticydemux.h b/gst/icydemux/gsticydemux.h
index 95ef1364..60034b4e 100644
--- a/gst/icydemux/gsticydemux.h
+++ b/gst/icydemux/gsticydemux.h
@@ -65,6 +65,7 @@ struct _GstICYDemux
gboolean typefinding;
GstTagList *cached_tags;
+ GList *cached_events;
GstAdapter *meta_adapter;