Androidmedia:decode:Jpeg Fails due to unsupported mime type(video/mjpeg).
Submitted by Reza Razavi
Link to original bug (#781861)
Description
Android media API provides the video/mjpeg mime type for hardware jpeg decoders, However, this mime type is not supported in gstreamer and will cause gstreamer fail using any Androidmdia hardware Jpeg decoder. Exceptions for this mime type to image/jpeg should be added to gstamc.c same as other uncommon mimetypes like video/avc.