[Bug 695543] New: [PATCH] avimux: support raw BGR video

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Mar 10 01:05:13 PST 2013


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

           Summary: [PATCH] avimux: support raw BGR video
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: vhdirk at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=238507)
 View: https://bugzilla.gnome.org/attachment.cgi?id=238507
 Review: https://bugzilla.gnome.org/review?bug=695543&attachment=238507

add rawvideo support

This patch adds support for raw (BGR, BGRx, BGRA) video in avi containers.

Since raw video is usually stored with fourcc 0x00,0x00,0x00,0x00, any checks
for a valid fourcc code are replaced by a boolean, explicitely marking the
validity of the chosen caps.

Raw video is stored topdown, so the buffers are inverted, using code taken from
avidemux.

There is no support for raw video with bpp < 24, since I do not have any
samples of it, and I do no know how to create the palette data.

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