Marc Boucek
Marc Boucek
Hey Henry! That's great! Thanks a lot for the contribution. I will look at it as soon as possible. In the mean time could you please update the travis-ci to...
We'd need to resolve the following issues before we can merge: 1) Rerun the travis build to verify the build is passing 2) Fix the failing tests that Henry mentioned...
Yes, the git lfs files need to be pulled manually before running the test. We ran into github lfs bandwidth limitations so we disabled the automatic lfs pull.
Btw, the tests are currently disabled on travis and appveyor because of the mentioned lfs bandwidth limitation we ran into. We have more bandwidth now so i am currently trying...
ah the fuzz files are missing. that probably happened during one of my upstream merges and went unnoticed because the tests are disabled. i will upload them. thanks for the...
I updated the master branch to include the missing fuzz files and reenabled the tests on the ci. I didn't have time so far to look any further into the...
I fixed the "gstreamer_file_source: could not query duration from gstreamer" exception, and now most tests pass. I will try to fix the remaining tests later today. I pushed to my...
So i digged deeper into the failing tests and i see two remaining issues: 1) There seems to be a race condition in `wait_for_async_operation()` which is called in `preroll_pipeline()`. I...
@hhoegelo can you please pull in my branch https://github.com/marcrambo/ni-media/tree/feature-add-linux-gstreamer-support? I reenabled the tests and commited a fix for all the tests failing due to an exception thrown while retrieving the...
@sdroege Thanks a lot for your help which is really greatly appreciated! I was wondering if it was possible to run gstreamer in "synchronous" mode i.e. without having to do...