first stab at a disk sink element no optimization, is it necessary ? basic error...
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 20 Apr 2001 11:14:10 +0000 (11:14 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 20 Apr 2001 11:14:10 +0000 (11:14 +0000)
commit24db50efc90430a1a78b3b533fcfb262eafd08e8
tree1c4a361aba2a234cf81d903449ef5e483430eb5e
parent18a4283a4e28e3b87866fbcea85d6d385f703280
first stab at a disk sink element no optimization, is it necessary ? basic error checking seems to work; you can copy...

Original commit message from CVS:
* first stab at a disk sink element
* no optimization, is it necessary ?
* basic error checking
* seems to work; you can copy files by typing
gstreamer-launch disksrc location=test.in ! disksink location=test.out
* decode of mp3 to raw pcm also tested
gst/elements/gstdisksink.c [new file with mode: 0644]
gst/elements/gstdisksink.h [new file with mode: 0644]
plugins/elements/gstdisksink.c [new file with mode: 0644]
plugins/elements/gstdisksink.h [new file with mode: 0644]