GNOME Bugzilla – Bug 680431
wavparse: convert all non GST_FORMAT_BYTES to format bytes
Last modified: 2012-07-23 09:48:44 UTC
Created attachment 219462 [details] [review] 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
commit 7b16eb49b84a77145bd07a0904d9ce59f1bc0307 Author: Alban Browaeys <prahal@yahoo.com> Date: Mon Jul 23 08:49:07 2012 +0200 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
What's the context here? Where does wavparse answer queries in BYTE format?