wavparse: convert all non GST_FORMAT_BYTES to format bytes.
authorAlban Browaeys <prahal@yahoo.com>
Mon, 23 Jul 2012 06:49:07 +0000 (08:49 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 23 Jul 2012 07:49:51 +0000 (09:49 +0200)
commit7b16eb49b84a77145bd07a0904d9ce59f1bc0307
treee21b289e12bc9de064d55f6229995be5ef9d475a
parentcbf3c2bac07301644d4ab7752f6e9f3041187f28
wavparse: convert all non GST_FORMAT_BYTES to format bytes.

Convert all non GST_FORMAT_BYTES to format bytes:
fixes:
GStreamer-CRITICAL **: gst_query_set_duration: assertion `format ==
g_value_get_enum (gst_structure_id_get_value (s, GST_QUARK (FORMAT)))'
failed
when playing more than one wav stream.
gst-plugins-base/tests/icles/playback/test7 uri1.wav uri2.wav
gst/wavparse/gstwavparse.c