summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-20 16:25:11 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-20 16:25:11 +0000
commite3c96772dffa13d5a614ba4cf46ed4f2f652738d (patch)
tree72ca0799c193bb4d3c4ae83093bbaab544a57bfc
parent9717bb8b2a1370cdab4a66413d072c9b7ea6cd97 (diff)
register and use debugging category in media-info make vorbisfile emit tags for streaminfo
Original commit message from CVS: register and use debugging category in media-info make vorbisfile emit tags for streaminfo
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54a83b1b..62b67f44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * gst-libs/gst/media-info/media-info-priv.c:
+ (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
+ (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
+ (gmip_find_stream), (gmip_find_track_metadata),
+ (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
+ (gmip_find_track_format):
+ * gst-libs/gst/media-info/media-info-priv.h:
+ * gst-libs/gst/media-info/media-info-test.c: (main):
+ * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
+ (gst_media_info_read_idler), (gst_media_info_read):
+ * gst-libs/gst/media-info/media-info.h:
+ register debugging category and use it for debugging
+
+2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
+ (gst_vorbisfile_new_link):
+ signal streaminfo through tags
+
2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
* ext/mplex/gstmplex.cc: