[Bug 747774] dashdemux: text streams support

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Aug 17 05:56:20 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=747774

--- Comment #8 from Chris Bass <floobleflam at gmail.com> ---
(In reply to Thiago Sousa Santos from comment #7)
> Patch looks good, we just need to settle on the caps that we are going to
> use. Is there an official mimetype for these kind of files or are they just
> considered mp4 just like regular files?

I can't find an official mimetype for text in mp4; there's just application/mp4
for mp4 that doesn't contain either audio or video.

> Any reason for using "application/x-mp4-text" other than being able to know
> from caps that it is a text-only media?

It was only really to have a type that specifically identified media as text
encapsulated in mp4. I guess it might be possible to be less specific and use
application/mp4 instead - a quick grep through the base/good/bad source code
shows that it's not being used in elements, so hopefully shouldn't break any
autoplugging.

Another option would be to suffix some more specific information onto the end
of application/mp4, for example application/mp4+stpp or application/mp4+text.

-- 
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