Mathieu Duponchelle

Results 137 comments of Mathieu Duponchelle
trafficstars

Thanks a lot for checking @reinismu :) Testing in isolation would be useful yes, for instance using the cef client example, I wonder if it was updated to also output...

@hevc that's good to know, can you try with the sample CEF application?

@pldin601 this is surprising, why is the audio queue going full in the first place? `cefsrc` should be producing video buffers on a tight schedule, as even if CEF doesn't...

> It looks like audio and video from cefsrc are handled in a single thread, and gst_cef_demux_chain blocked on pushing audio data down the pipeline. That is the case yes....

I get your point, but I'm afraid you can't simply revert that commit, prior to it the situation was really not optimal, and you could only really have one cefsrc...

Crashes deep into chromium I'm afraid I will be little help with, however I'm curious, what happens if you only call `CefQuitMessageLoop()` (and not `CefShutdown`, which I believe is the...

Hm, I see, I'm afraid I don't have too many pointers here but I'll happily review and merge something if you find a solution, just please bear in mind that...

oh hm my bad :) The license is LGPL v2+ : https://github.com/centricular/gstcefsrc/blob/master/gstcef.cc

feel free to make a MR with a LICENSE file, otherwise I'll get to it at some point :)