Clément Péron

Results 100 comments of Clément Péron

@seladb I try to investigate but it seems to be not support for MSVC at least not for the static library. It should be okay for executable Source: https://blog.conan.io/2019/09/02/Deterministic-builds-with-C-C++.html

@seladb as you wish but I work both on Apple and Linux. And I would be in favor that the package should be reproductible.

@tigercosmos @egecetin good for you ? This could help for clang-format, if there is no sorting of the headers.

@Icenowy on Ubuntu 18.04 ``` $> aarch64-linux-gnu-gcc --version aarch64-linux-gnu-gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0 ``` Build is fine ``` make CROSS_COMPILE=aarch64-linux-gnu- aarch64-linux-gnu-gcc -I ./include -I ./uboot-headers -ffreestanding -DSOC_HEADER="\"h6.h\"" -DNDEBUG -D__ASSEMBLY__ -c -o...

Correct i cloned your repo instead of mine :facepalm: ``` root@09c4405a8e2e:/aw-el2-barebone# make CROSS_COMPILE=aarch64-linux-gnu- aarch64-linux-gnu-gcc -I ./include -I ./uboot-headers -ffreestanding -DSOC_HEADER="\"h6.h\"" -DNDEBUG -D__ASSEMBLY__ -c -o start.o start.S aarch64-linux-gnu-gcc -I ./include -I...

https://forum.armbian.com/topic/13529-a-try-on-utilizing-h6-pcie-with-virtualization/

I have also a compressed media src (H264 and Opus) i will try your patches. @ford-prefect: just try but doesn't work i think owr_transport_agent.c or _owr_payload_create_encoder should also be patched....

I'm trying to do the same for Opus encoding the pipeline looks like successfully created but nothing works. EDIT : Oups my bad my queue is paused :/ @ford-prefect :...

Same as h264parse i added an opusparse. @ford-prefect I have an error gstsegment invalid position ``` 0:01:02.634802582 593 0x72e0c0 DEBUG default /home/clement/linux-wbp//system/gstreamer//./gst/gstsegment.c:483:gst_segment_to_running_time: invalid position (-1) 0:01:02.635916686 593 0x72e0c0 DEBUG default...

@ford-prefect Try also with h.264 but same issue, maybe it's comming from my appsrc module. Do you have an idea ? ![source](https://cloud.githubusercontent.com/assets/1859302/6481596/2d6731a0-c25f-11e4-8c7c-a042b6106c4a.png) ![graph](https://cloud.githubusercontent.com/assets/1859302/6481599/34206926-c25f-11e4-89da-ba24600cb571.png)