[gstreamer-bugs] [Bug 580005] separate caps for mp4mux?

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Apr 27 09:06:57 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=580005

  GStreamer | gst-plugins-bad | Ver: 0.10.12




------- Comment #7 from Christian Fredrik Kalager Schaller  2009-04-27 16:06 UTC -------
Ok, so to make this discussion a bit more clear the current setup is:

quicktime files - typefinds at video/quicktime
3gpp files - typefinds as application/x-3gp
mp4 files - typefinds as video/quicktime

qtdemux handles video/quicktime and application/x-3gp as its input caps

qtmux outputs video/quicktime
3gpmux outputs application/x-3gp
mp4mux oututs application/x-iso-mp4

Solution options for going forward -
all formats share the same main name, but get separate attributes, for example:

video/quicktime,type=apple
video/quicktime,type=3gpp
video/quicktime,type=iso

Or we define 3 separate mimetypes:
video/quicktime
application/x-3gp
application/x-iso-mp4 or application/x-mp4

The gst-typefinder, would need to keep returning video/quicktime for mp4 no
matter what, and I guess the qtdemuxer would need to keep accepting
application/x-3gp no matter what.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=580005.




More information about the Gstreamer-bugs mailing list