diff options
| author | Michael Smith <msmith@xiph.org> | 2006-04-28 14:57:57 +0000 |
|---|---|---|
| committer | Michael Smith <msmith@xiph.org> | 2006-04-28 14:57:57 +0000 |
| commit | 9d466b6067d20cd7f09bb247f3b91ed949505e28 (patch) | |
| tree | 9e8b2ba00305ea2b0f268f1dfd6ca24fb3d737cb /ChangeLog | |
| parent | 9f12811bb2272b72b1f03afaa1d97182fbf45618 (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 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2006-04-28 Michael Smith <msmith@fluendo.com> + + * 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 <zaheerabbas at merali dot org> * sys/osxaudio/gstosxaudiosink.c: |
