Add a parser for metadata
authorIain Holmes <iain@prettypeople.org>
Fri, 17 Oct 2003 00:29:44 +0000 (00:29 +0000)
committerIain Holmes <iain@prettypeople.org>
Fri, 17 Oct 2003 00:29:44 +0000 (00:29 +0000)
commit919d3f2f7c2a7da7c597d8f63daf77a26f8b83fc
tree37152de6a3ed2786bcac08d921b13b7b50072d91
parentec91719c990d5ebc0d4f39993f6b03d8537a9cac
Add a parser for metadata

Original commit message from CVS:
Add a parser for metadata
(demux_metadata): Given the buffer containing the metadata, look through it and
get the info out of it.
(wav_new_chunk_callback): Change the if statement to a switch statement.
Handle GST_RIFF_TAG_LIST by changing what the type of list it is and parsing out
metadata if it is "INFO".
gst/wavparse/gstwavparse.c
gst/wavparse/gstwavparse.h