[Bug 766236] rtp j2k payload/depayload messes up colours in sample pattern

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun May 22 13:53:44 UTC 2016


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

--- Comment #37 from boxerab at gmail.com <boxerab at gmail.com> ---
Not sure if I am handling the colour spaces properly:

  switch (state->info.finfo->format) {
    case GST_VIDEO_FORMAT_ARGB64:
    case GST_VIDEO_FORMAT_ARGB:
    case GST_VIDEO_FORMAT_AYUV64:
    case GST_VIDEO_FORMAT_AYUV:
      sampling = GST_RTP_J2K_RGBA;
      break;


RFC does not support ARGB format, so what should we do in this case?

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