[Bug 704292] qtdemux does not know WRAW fourcc

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 16 08:22:48 PDT 2013


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

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #6 from Wim Taymans <wim.taymans at gmail.com> 2013-07-16 15:22:45 UTC ---
(In reply to comment #5)
> libavformat/isom.c:    { AV_CODEC_ID_RAWVIDEO, MKTAG('W', 'R', 'A', 'W') },
> 
> They handle it exactly like raw video. However this seems to have only ~5 bit
> per pixel and I can't find where exactly they map this to a real raw video
> format.

qtdemux doesn't place the palette as the second plane in the output buffer. The
size of the buffer is 44*42 (=1848) + 4*256 = 2872 (but we only get 1848)

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