@RSWilli : I’m still working with example/appsrc (development version), but injecting pixels from an RGBA image.Image. It displays 100% colour bars perfectly on the local display with :
FFFFFF - white ok
FFFF00 - yellow ok
00FFFF - cyan ok
00FF00 - green ok
etc
000000 - black ok
but not with a stepped grey scale:
000000 - step1 ok (black
1F1F1F - step2 not ok (yellow)
3F3F3F - step3 not ok (white)
5F5F5F - step4 not ok (yellow)
etc
My Go data has 8 bits/colour, but the Gstreamer docs (for their RGBA) states…
Component 0: R
depth: 8
pstride: 4
offset: 0
etc
Is this also 8 bits/colour?
I’ve spent days getting nowhere. Am I doing something stupid or is it just because I’m ahead of the development?