Nicolas Dufresne

Results 3 issues of Nicolas Dufresne

Since aurena client is based on got-chunk signal in libsoup, and that got-chunk not longer always return an HTTP chunk, we end up with corrupted JSON block in the client....

With the new GStreamer, tee now partially implement allocation query, though some hangs are now observed with the imx encoder. This was initially reported here: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/358#note_119769 But was not reproduced...

In https://github.com/nvpro-samples/vk_video_samples/blob/ff6ef40e25da75604eb550299b93c9671aac0b40/vk_video_decoder/libs/NvVideoParser/src/VulkanVideoDecoder.cpp#L266 it seems the scanner will read every bytes of the stream. This is commonly optimized with a reduce Boyer-More algorithm, allowing to read only a third of the...