GNOME Bugzilla – Bug 442874
Multipartmux assumes caps == mime
Last modified: 2008-02-21 10:27:48 UTC
audio/x-mulaw that is taken from caps must be converted to audio/basic to get the correct mime-type.
* 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.