diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-08 11:53:13 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-08 11:53:13 +0000 |
commit | edc3d19b478425241cf8d23389128b1a5a636ec4 (patch) | |
tree | 4bbf4462f4ac4a69c6334f4def1f275f72d5101f | |
parent | 37d98c27b93ec62742df3b723bd3fa50695f78a2 (diff) |
adding vorbisparse
Original commit message from CVS:
adding vorbisparse
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org> + + * ext/vorbis/Makefile.am: + * ext/vorbis/vorbis.c: (plugin_init): + * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init), + (gst_vorbis_parse_class_init), (gst_vorbis_parse_init), + (vorbis_parse_set_header_on_caps), (vorbis_parse_chain), + (vorbis_parse_change_state): + * ext/vorbis/vorbisparse.h: + adding a vorbisparse element that marks the buffers, streaming + raw vorbis using GDP now works, whee + 2004-06-08 Wim Taymans <wim@fluendo.com> * ext/jpeg/Makefile.am: |