mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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.
This commit is contained in:
parent
ccdc8a185b
commit
62e56a9eed
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
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:
|
||||
|
|
Loading…
Reference in a new issue