https://bugs.documentfoundation.org/show_bug.cgi?id=113622

--- Comment #29 from Tor Lillqvist <t...@iki.fi> ---
I wonder if the currently unused FrameGrabber::create( const ::rtl::OUString&
rURL ) function was supposed to be used originally, or perhaps if using that
instead of calling the FrameGrabber::create( AVAsset* pMovie ) function from
Player::createFrameGrabber() would be relevant in fixing this problem?

Ah, inspecting git log shows that 75c804c1be8acf4c3fc9935b81e696918f33fd9d
removed the use of that function. The log message also seems to confirm the
idea that the code is wrongly structured, and should be re-factored to use the
asynchronous APIs properly (waiting for stuff to be ready) see comment #22.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to