ext/mad/gstid3tag.c: deprecate id3tag element and replace with id3demux/id3mux.
authorBenjamin Otte <otte@gnome.org>
Sat, 17 Apr 2004 17:52:35 +0000 (17:52 +0000)
committerBenjamin Otte <otte@gnome.org>
Sat, 17 Apr 2004 17:52:35 +0000 (17:52 +0000)
commit614a71f04b289b95054834bffb35d1d8e62ed4aa
tree8a3fa99bc56a6519c4d7000bf793e6359da72184
parent5236072df3df9115f3554e3875a703485533b201
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
ChangeLog