mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
ext/mad/gstid3tag.c: deprecate id3tag element and replace with id3demux/id3mux.
Original commit message from CVS: * ext/mad/gstid3tag.c: (gst_id3_tag_get_type), (gst_id3_tag_class_init), (gst_id3_tag_get_caps), (gst_id3_tag_add_src_pad), (gst_id3_tag_init), (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link), (gst_id3_tag_chain), (gst_id3_tag_change_state), (plugin_init): deprecate id3tag element and replace with id3demux/id3mux. great side effect: this ugly file is now even uglier, yay! * ext/mad/gstmad.h: remove non-available function update for new get_type
This commit is contained in:
parent
8aac9b23b8
commit
7ae94ad5c7
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
|
||||
(gst_id3_tag_class_init), (gst_id3_tag_get_caps),
|
||||
(gst_id3_tag_add_src_pad), (gst_id3_tag_init),
|
||||
(gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
|
||||
(gst_id3_tag_src_link), (gst_id3_tag_chain),
|
||||
(gst_id3_tag_change_state), (plugin_init):
|
||||
deprecate id3tag element and replace with id3demux/id3mux.
|
||||
great side effect: this ugly file is now even uglier, yay!
|
||||
* ext/mad/gstmad.h:
|
||||
remove non-available function
|
||||
update for new get_type
|
||||
|
||||
2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* configure.ac:
|
||||
|
|
Loading…
Reference in a new issue