summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-06-02 13:32:32 +0000
committerAndy Wingo <wingo@pobox.com>2005-06-02 13:32:32 +0000
commit62e56a9eed50dfc86779fb6bb6c28148bdf67437 (patch)
treee4aaf003cbac2c52a89d10f8aab984268e1df2fe
parentccdc8a185b50816cb3dd42b57db27260e0f4c88d (diff)
downloadgst-plugins-bad-62e56a9eed50dfc86779fb6bb6c28148bdf67437.tar.gz
gst-plugins-bad-62e56a9eed50dfc86779fb6bb6c28148bdf67437.tar.bz2
gst-plugins-bad-62e56a9eed50dfc86779fb6bb6c28148bdf67437.zip
ext/mad/gstid3tag.c: Finish porting to 0.9: no more gstdata, check for link functions before calling them, give gst_m...
Original commit message from CVS: 2005-06-02 Andy Wingo <wingo@pobox.com> * ext/mad/gstid3tag.c: Finish porting to 0.9: no more gstdata, check for link functions before calling them, give gst_message_new_tag its own copy of the tag list, set the parser state before sending the event (because in 0.9 events are processed immediately), casting fixes. * ext/mad/Makefile.am (libgstmad_la_LDFLAGS): Link with gsttagedit.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71ae55b2..afc6e1d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-06-02 Andy Wingo <wingo@pobox.com>
+
+ * ext/mad/gstid3tag.c: Finish porting to 0.9: no more gstdata,
+ check for link functions before calling them, give
+ gst_message_new_tag its own copy of the tag list, set the parser
+ state before sending the event (because in 0.9 events are
+ processed immediately), casting fixes.
+
+ * ext/mad/Makefile.am (libgstmad_la_LDFLAGS): Link with
+ gsttagedit.
+
2005-06-02 Wim Taymans <wim@fluendo.com>
* gst/udp/Makefile.am: