summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-04-17 17:52:35 +0000
committerBenjamin Otte <otte@gnome.org>2004-04-17 17:52:35 +0000
commit7ae94ad5c7ce51a4604ba8b6f05d32c3722751ca (patch)
treeca5904fcd7b4f9c7c14072079bedaab54c2177a9
parent8aac9b23b88ba5fa85ea0b34bcdbb9f22f62c582 (diff)
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
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fd44d26..3314870d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
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:
require mpeg2dec >= 0.4.0