[gstreamer-bugs] [Bug 604711] Handling of mime type in multipartdemux

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 21 00:31:50 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=604711
  GStreamer | gst-plugins-good | 0.10.16

--- Comment #2 from Anders Skargren <anders.skargren at axis.com> 2009-12-21 08:31:47 UTC ---
Yes, it is from a real world problem.

I receive an AAC stream from an previous generation network camera that sets
the Content-Type as follows:
---
--myboundary

Content-Type: audio/mpeg4-generic; streamtype=5; profile-level-id=15;
config=1588; mode=AAC-hbr; sizeLength=13; indexLength=3; indexDeltaLength=3;
bitrate=32000

[data]
--myboundary
---
This leads to a caps that is not possible to use and ends up in the program
dying to an ASSERT on caps != NULL. This small patch fixes at least this. 

The way I interpret the definition it's not illegal to use parameters in a
multipart stream, and even if it is, Gstreamer should be able to handle it in a
better way than dying to an ASSERT :-)

PS
The "mpeg4-generic" needs to be translated too, but that's a separate issue.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list