diff options
| author | Stefan Kost <ensonic@users.sourceforge.net> | 2006-04-26 20:11:18 +0000 |
|---|---|---|
| committer | Stefan Kost <ensonic@users.sourceforge.net> | 2006-04-26 20:11:18 +0000 |
| commit | 562de2f6e0599ec73a1ac531744aba83663ef3f6 (patch) | |
| tree | 5c1ff008f8a97078b3f333cd7d8eaaedbe826d79 /ChangeLog | |
| parent | da6b539bbe9e612247c0105ed181b9e22dc06cc0 (diff) | |
gst/wavparse/gstwavparse.*: correct partial implementation of push mode (from my last commit)
Original commit message from CVS:
* gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
(gst_wavparse_class_init), (gst_wavparse_reset),
(gst_wavparse_init), (gst_wavparse_create_sourcepad),
(gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
(gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
(gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
(gst_wavparse_stream_data), (gst_wavparse_loop),
(gst_wavparse_chain), (plugin_init):
* gst/wavparse/gstwavparse.h:
correct partial implementation of push mode
(from my last commit)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2006-04-26 Stefan Kost <ensonic@users.sf.net> + + * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init), + (gst_wavparse_class_init), (gst_wavparse_reset), + (gst_wavparse_init), (gst_wavparse_create_sourcepad), + (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues), + (gst_wavparse_parse_file_header), (gst_wavparse_stream_init), + (gst_wavparse_perform_seek), (gst_wavparse_stream_headers), + (gst_wavparse_stream_data), (gst_wavparse_loop), + (gst_wavparse_chain), (plugin_init): + * gst/wavparse/gstwavparse.h: + correct partial implementation of push mode + (from my last commit) + 2006-04-26 Wim Taymans <wim@fluendo.com> * ext/esd/esdsink.c: |
