After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680431 - wavparse: convert all non GST_FORMAT_BYTES to format bytes
wavparse: convert all non GST_FORMAT_BYTES to format bytes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-23 06:56 UTC by Alban Browaeys
Modified: 2012-07-23 09:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wavparse: convert all non GST_FORMAT_BYTES to format bytes (2.16 KB, patch)
2012-07-23 06:56 UTC, Alban Browaeys
committed Details | Review

Description Alban Browaeys 2012-07-23 06:56:10 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
Comment 1 Sebastian Dröge (slomo) 2012-07-23 07:50:35 UTC
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
Comment 2 Tim-Philipp Müller 2012-07-23 09:48:44 UTC
What's the context here? Where does wavparse answer queries in BYTE format?