pjproject: fix crash if all ipv6 addresses are deprecated

cleanup old TODO file

Change-Id: I76a91664f9e40cc866ae2527758815f11d312d69
GitLab: #733
This commit is contained in:
Sébastien Blin
2022-05-20 03:45:40 -04:00
parent 6bb0b6e2d7
commit 95ec084263
4 changed files with 3 additions and 11 deletions

View File

@ -1 +1 @@
a1ed0519ddf8dc91f47042497530cbcb1c8736506d0c2b677751a3368c0a202952ff563946664705dbf5806bed8ade784885db62f8278a204f516a4e60917b1e pjproject-e1f389d0b905011e0cb62cbdf7a8b37fc1bcde1a.tar.gz 57ccc66c91c8f2ac1acc88bc9eaf503b561d6e2eeb2a1ac2c1bc7293459d45f1356b462c32242071012d4883ef1d4ea1c4a9da1c6dd15cb4d677af84bedd00f2 pjproject-ffca1df9bb3d0d08777f66c2bff55f4134150571.tar.gz

View File

@ -1,6 +1,6 @@
{ {
"name": "pjproject", "name": "pjproject",
"version": "e1f389d0b905011e0cb62cbdf7a8b37fc1bcde1a", "version": "ffca1df9bb3d0d08777f66c2bff55f4134150571",
"url": "https://github.com/savoirfairelinux/pjproject/archive/__VERSION__.tar.gz", "url": "https://github.com/savoirfairelinux/pjproject/archive/__VERSION__.tar.gz",
"deps": ["gnutls"], "deps": ["gnutls"],
"patches": [ "patches": [

View File

@ -1,5 +1,5 @@
# PJPROJECT # PJPROJECT
PJPROJECT_VERSION := e1f389d0b905011e0cb62cbdf7a8b37fc1bcde1a PJPROJECT_VERSION := ffca1df9bb3d0d08777f66c2bff55f4134150571
PJPROJECT_URL := https://github.com/savoirfairelinux/pjproject/archive/${PJPROJECT_VERSION}.tar.gz PJPROJECT_URL := https://github.com/savoirfairelinux/pjproject/archive/${PJPROJECT_VERSION}.tar.gz
PJPROJECT_OPTIONS := --disable-sound \ PJPROJECT_OPTIONS := --disable-sound \

View File

@ -1,8 +0,0 @@
Video TODO
----
* refactor VideoRtpThread, while loop should be the only thing in the thread
* camera configuration
* test on network, with netem
* figure out when streaming files, playback doesn't happend at correct
framerate (it goes as fast as possible)