diff options
author | Andy Wingo <wingo@pobox.com> | 2005-06-02 13:32:32 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-06-02 13:32:32 +0000 |
commit | 92bcdc6489b207815b3545edf4489838e40e36eb (patch) | |
tree | a71bc9b3d3d79da9c9fee2bc395085cfe24128c5 | |
parent | 8e61fd923091dbdb1cefe157c8dcfecc57d166fd (diff) |
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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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: |