From 87b522209f8a30b7355350ea9c5225bb44b5fac4 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sun, 23 Jul 2006 11:33:54 +0000 Subject: gst/id3demux/: On second thought, it might be wiser and more efficient not to do tag registration from a streaming th... Original commit message from CVS: * gst/id3demux/gstid3demux.c: (plugin_init): * gst/id3demux/id3tags.c: (id3demux_add_id3v2_frame_blob_to_taglist): * gst/id3demux/id3tags.h: On second thought, it might be wiser and more efficient not to do tag registration from a streaming thread. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e452b2f..22e2e8d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-07-23 Tim-Philipp Müller + + * gst/id3demux/gstid3demux.c: (plugin_init): + * gst/id3demux/id3tags.c: + (id3demux_add_id3v2_frame_blob_to_taglist): + * gst/id3demux/id3tags.h: + On second thought, it might be wiser and more efficient + not to do tag registration from a streaming thread. + 2006-07-23 Tim-Philipp Müller * gst/id3demux/id3tags.c: -- cgit