summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-06 20:15:17 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-06 20:15:17 +0000
commit905db051a9c0e5559a760990044e6a205dd2cfdf (patch)
tree33b99bfc708cb4e5deaa29c1486f0e939161ce3a /ChangeLog
parent892f0e9f952b08679eb55bef1abb32c0756ff83e (diff)
first pass at making this work again needs quite a lot of cleanups
Original commit message from CVS: first pass at making this work again needs quite a lot of cleanups
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f53817f..c23146f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
+ (deep_notify_callback), (tag_flag_score), (found_tag_callback),
+ (error_callback), (gmi_reset), (gmi_seek_to_track),
+ (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
+ (gmip_find_type_post), (gmip_find_stream_post),
+ (gmip_find_track_streaminfo_post):
+ * gst-libs/gst/media-info/media-info-priv.h:
+ * gst-libs/gst/media-info/media-info-test.c: (print_tag),
+ (info_print), (main):
+ * gst-libs/gst/media-info/media-info.c:
+ (gst_media_info_error_create), (gst_media_info_error_element),
+ (gst_media_info_instance_init), (gst_media_info_get_property),
+ (gst_media_info_new), (gst_media_info_set_source),
+ (gst_media_info_read_idler), (gst_media_info_read):
+ * gst-libs/gst/media-info/media-info.h:
+ first pass at making this work again. This seems to work on
+ tagged ogg/vorbis and mp3 files.
+
2004-03-06 Benjamin Otte <otte@gnome.org>
* ext/mad/gstid3tag.c: (gst_id3_tag_chain):