From 9d466b6067d20cd7f09bb247f3b91ed949505e28 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 28 Apr 2006 14:57:57 +0000 Subject: 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. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 897802d5..1171918c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-04-28 Michael Smith + + * 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. + + 2006-04-28 Zaheer Abbas Merali * sys/osxaudio/gstosxaudiosink.c: -- cgit