- 24 Jan, 2019 6 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
Also remove workarounds for the older versions.
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
- 23 Jan, 2019 1 commit
-
-
Olivier Crête authored
coturn doesn't authenticate us before sending us to an alternate server.
-
- 22 Jan, 2019 2 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
- 16 Jan, 2019 1 commit
-
-
Jakub Adam authored
-
- 15 Jan, 2019 1 commit
-
-
Tim-Philipp Müller authored
-
- 14 Jan, 2019 5 commits
-
-
Jakub Adam authored
-
Jakub Adam authored
glib documentation says G_SOURCE_FUNC() macro should be used to suppress the warning about incompatible function types when the function will be cast back to the correct type before it is called by the GSource.
-
Jakub Adam authored
An application using more than one NiceAgent instance may crash due to a race in gUPnP. Fix is to be released in gUPnP 1.1.2 / 1.0.4: https://gitlab.gnome.org/GNOME/gupnp/commit/0123e574595e0a547ce26422633df72d63d3d0e0
-
Jakub Adam authored
libnice.so created by autotools has its symbols bound to the default 'Base' version node, whereas Meson build arbitrarily introduced a version node named 'libnice'. This breaks tools like dpkg-gensymbols that track changes in exported symbols through several releases of the library. Remove 'libnice' version and revert back to using unspecified version.
-
Jakub Adam authored
Errors reported by lintian -EvIL -pedantic.
-
- 04 Jan, 2019 8 commits
-
-
Jakub Adam authored
-
Jakub Adam authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
This is because Docker doesn't have IPv6 by default.
-
- 03 Jan, 2019 2 commits
-
-
Olivier Crête authored
-
Jan Tojnar authored
On Nix, test-gstreamer fails with 36/38 test-gstreamer FAIL 0.07 s (exit status 1) --- command --- BUILT_WITH_MESON='1' /build/libnice/build/tests/nice-test-gstreamer --- stdout --- Running suite(s): nice_gstreamer_test 0%: Checks: 1, Failures: 1, Errors: 0 ../libs/gst/check/gstcheck.c:466:F:nice:buffer_list_test:0: Could not create a 'nicesink' element Check suite udpsink ran in 0.002s (tests failed: 1) ------- Let’s add the build directory to GST_PLUGIN_SYSTEM_PATH_1_0, so that the test can find the built GStreamer element.
-
- 02 Jan, 2019 2 commits
-
-
Jakub Adam authored
Meson needs to see all libraries a target depends on so that it can add each to PATH when running "meson test". Avoids "*.dll was not found" errors.
-
Jakub Adam authored
-
- 27 Dec, 2018 12 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Jose Antonio Santos Cadenas authored
When a peer reflexive candidate is discovered, it is added to the list of connection checks, but is is not nominated by default. This causes a problem if parent pair is already nominated and the remote peer does not send more requests because it has already selected a candidate. (i.e.: This is the case of WebRtc in Firefox)
-
Olivier Crête authored
We have to check this list every time candidates are added.
-
Olivier Crête authored
Candidates could also be dribbled.
-