paulk-collins has quit [Quit: Leaving]
tlab has quit [Quit: Leaving]
tlab has joined #imx6-dev
cnxsoft has joined #imx6-dev
aholler has quit [Ping timeout: 264 seconds]
aholler has joined #imx6-dev
frsc has joined #imx6-dev
egavinc has quit [Quit: Leaving]
paulk-collins has joined #imx6-dev
Nilesh_ has quit [Quit: Connection closed for inactivity]
frsc has quit [Quit: Leaving]
cnxsoft1 has joined #imx6-dev
cnxsoft has quit [Ping timeout: 245 seconds]
cnxsoft1 is now known as cnxsoft
Nilesh_ has joined #imx6-dev
cnxsoft has quit [Client Quit]
edje has joined #imx6-dev
<edje> hey, has anyone tried using eglvivsink in their own window? What kind of window do I need? gst_video_overlay_set_window_handle always craps out on me. Do I need to use GL?
<dv> hmm. been a while since I tried that.
<dv> but no, you dont need GL. just GLES&EGL.
<dv> in fact, I strongly recommend not using GL.
<dv> it won't gain you anything, because it is implemented on top of GLES
<edje> Thanks again dv. yeah, I meant egl. Got a demo just trying to build but yocto is playing silly buggers for some reason...says it cant find any includes which are clearly in sysroot...hmmph
_whitelogger has joined #imx6-dev
<edje> so strange. string.h fine. gst/gst.h fine. EGL/egl.h, GLES3/gl.h, wayland-client.h and wayland-egl not. string.h and wayland-client.h are definitely in the same dir, in sysroot. I'm stumped.
<edje> env variables...whoops
Nilesh_ has quit [Quit: Connection closed for inactivity]
caiortp has joined #imx6-dev
<edje> so got it running, but no joy. works on dev machine weston running on x11 using waylandsink. on imx6 I get no output whatsoever with waylandsink, with imxeglvivsink I get output but only in the corner of weston. and gst_is_wayland_display_handle_need_context_message in my bus sync handler never fires, so I can't set the context...
caiortp has quit [Remote host closed the connection]
edje has quit [Ping timeout: 256 seconds]
tlab has quit [Quit: Leaving]
tlab has joined #imx6-dev
edje has joined #imx6-dev
<edje> okay. duh. that message is only for waylandsink.
<edje> gst_is_video_overlay_prepare_window_handle_message message does fire, gst_video_overlay_set_window_handle doesn't complain. but imxeglvivsink wont go in egl window...but i don't even have a black square for the egl window...
<edje> if you have time to take a look at it, i'd appreciate it. https://github.com/edge0701/wayland-egl-gst
bfederau has quit [Remote host closed the connection]
bfederau has joined #imx6-dev