diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2005-08-22 19:58:57 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2005-08-22 19:58:57 +0000 |
commit | 363729fc72c3e755e98092868da9335b056e236f (patch) | |
tree | 92208139b54ed7d5e1eb537d11f97d38ed0c5350 | |
parent | 5f49e9537001d33eced0b7989f735dd8947bf319 (diff) |
ext/mad/gstid3tag.c: Works a bit better now, but still needs a rewrite to use get_range instead of this seeking nasti...
Original commit message from CVS:
* ext/mad/gstid3tag.c: (gst_id3_tag_init),
(gst_id3_tag_sink_event), (gst_id3_tag_do_caps_nego),
(gst_id3_tag_chain), (gst_id3_tag_change_state), (plugin_init):
Works a bit better now, but still needs a rewrite to use
get_range instead of this seeking nastiness.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-08-22 Jan Schmidt <thaytan@mad.scientist.com> + + * ext/mad/gstid3tag.c: (gst_id3_tag_init), + (gst_id3_tag_sink_event), (gst_id3_tag_do_caps_nego), + (gst_id3_tag_chain), (gst_id3_tag_change_state), (plugin_init): + Works a bit better now, but still needs a rewrite to use + get_range instead of this seeking nastiness. + 2005-08-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * configure.ac: |