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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat May 14 07:46:50 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #327819|none                        |needs-work
             status|                            |

--- Comment #14 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Comment on attachment 327819
  --> https://bugzilla.gnome.org/attachment.cgi?id=327819
gstrtpj2k: set colour space correctly

You actually need to convert the strings. In GStreamer we use only sRGB, sYUV
and GRAY. The RTP RFC defines RGB, BGR, RGBA, BGRA, YCbCr-*:*:*, GRAYSCALE.

This might need either addition of new fields to the caps in the
encoder/decoder (to know component order and subsampling), or that information
needs to be parsed from the stream in the payloader.

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