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 442874 - Multipartmux assumes caps == mime
Multipartmux assumes caps == mime
Status: VERIFIED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-01 11:11 UTC by mersad
Modified: 2008-02-21 10:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description mersad 2007-06-01 11:11:29 UTC
audio/x-mulaw that is taken from caps must be converted to audio/basic to get the correct mime-type.
Comment 1 Wim Taymans 2007-06-05 08:59:57 UTC
        * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
        (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
        Add support for mapping gst structure names to the MIME type equivalent.
        Implemented for audio/x-mulaw->audio/basic. Fixes #442874.