Julien Isorce

Results 18 comments of Julien Isorce

@sajjanbalar there is no solution for what you are trying to do since you do not have control to Google Chrome or Google Meeting. The webrtc::DesktopCapturer::SetExcludedWindow API would to use...

Hi Juan, I am planning a Xorg/Mesa project for GSoC 2020. Most of the work is going to be in Mesa but this requires to add a minimal dmabuf high...

Thx, also maybe we need this for all *port.c (vp8 etc..) in Tizonia, I mean not only tizavcport.c

[0001-wip.patch.tar.gz](https://github.com/tizonia/tizonia-openmax-il/files/1522224/0001-wip.patch.tar.gz)

Have a look to : https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/ext/faad/gstfaad.c

gstomxaacdec works on both tizonia-test-media/aac/riff_rock.aac and tizonia-test-media/aac/strum12str.aac without the attached patch I attached, but with this change: In plugins/aac_decoder/src/aacdec.c, put pcmmode.eEndian = OMX_EndianLittle; instead of OMX_EndianBig . With both patches...

>> "Do you know if the gst-omx demuxer outputs OMX_BUFFERFLAG_CODECCONFIG in its first buffer?" Yes it does https://cgit.freedesktop.org/gstreamer/gst-omx/tree/omx/gstomxaudiodec.c#n1175

See https://github.com/electron/electron/pull/9708 ? Note that screen.getAllDisplays() is a wrapper around: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/ui/display/win/screen_win.cc#617 and https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/ui/display/win/screen_win.cc#328 but anything in that directory https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/ui/display/win/ might be interesting.