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 | 26dfa416fd252cee21dadc4b7d52292e932f46d3 (patch) | |
tree | 653113210aec31e527edc08d71048111f9070fe7 /ChangeLog | |
parent | aff43aca040f73e646f58a7eafcb055d25772fca (diff) | |
download | gst-plugins-bad-26dfa416fd252cee21dadc4b7d52292e932f46d3.tar.gz gst-plugins-bad-26dfa416fd252cee21dadc4b7d52292e932f46d3.tar.bz2 gst-plugins-bad-26dfa416fd252cee21dadc4b7d52292e932f46d3.zip |
adding vorbisparse
Original commit message from CVS:
adding vorbisparse
Diffstat (limited to 'ChangeLog')
-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: |