- 04 Jul, 2019 1 commit
-
-
Stefan Becker authored
This fixes build failure for latest source with autoconf. Add the check glib-mkenums and definition of GLIB_MKENUMS to configure.ac Fixes #16
-
- 01 Nov, 2018 2 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
- 31 Oct, 2018 2 commits
-
-
This patch tweaks the order the elements are stopped and unlinked to prevent the transmitter source to fail on a not-linked to any sinkpads error. The pipeline is transmitter-src -> funnel -> rtpbin -> substream. The funnel is stopped, then the transmitter-src, and thereafter the funnel is unlinked. https://bugs.freedesktop.org/show_bug.cgi?id=100586
-
The session value used in fs_rtp_stream_add_substream_unlock(), taken from the stream struct may be null, while the session value from fs_rtp_session_new_recv_pad() is not. However these two function depend on the same session value to properly lock and unlock it: the first function will unlock the session previously locked by the second function.
-
- 19 Sep, 2018 2 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
Farstream 0.2 never depended on Python directly
-
- 23 Feb, 2018 1 commit
- 14 Nov, 2017 1 commit
-
-
Olivier Crête authored
Getting boxed types from GstMessage manually is just too error prone.
-
- 12 Oct, 2017 2 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
- 21 Jun, 2017 1 commit
-
-
This way unit test will inherit from all the required flags. https://bugs.freedesktop.org/show_bug.cgi?id=101544
-
- 07 Jun, 2017 1 commit
-
-
This selection based on the stream_id has been lost in commit b8751b8e https://bugs.freedesktop.org/show_bug.cgi?id=92208
-
- 06 Jun, 2017 1 commit
-
-
Although it should do nothing, it seems to improve CPU usage. https://bugs.freedesktop.org/show_bug.cgi?id=100412
-
- 05 Jun, 2017 5 commits
-
-
-
Olivier Crête authored
As we increased the default timeout in libnice's libstun, also increase it here.
-
This may happen when the rtp session object is calling its dispose function in another thread. The disposed flag is set, and it prevents the fs_rtp_session_get_property() function to return its conference object. https://bugs.freedesktop.org/show_bug.cgi?id=101169
-
The NiceAgent::new-candidate and ::new-selected-pair signals have been deprecated since 0.1.8 (which we depend on). Port them to use the replacement ::*-full signals. https://bugs.freedesktop.org/show_bug.cgi?id=92208
- 17 Jan, 2017 1 commit
-
-
Olivier Crête authored
-
- 22 Dec, 2016 1 commit
-
-
Description of "bitrate" property says 0 (the default value) means the element performs no adaption, and so one would assume it would remain passive until "bitrate" is set to some nonzero value. However, when "bitrate" is left unset, the adapter instead requests video in tiny 128x96 resolution on its sink pad. In order for fs_rtp_bitrate_adapter_getcaps() to return peer_caps by default, the value of FsRtpBitrateAdapter::bitrate has to be initialized to G_MAXUINT. Also fix the comments to say that MAXUINT is no adaptation. https://bugs.freedesktop.org/show_bug.cgi?id=99183
-
- 18 Dec, 2016 3 commits
-
-
Olivier Crête authored
This has been changed in GStreamer a very long time ago. Issue reported by Fabrice Bellet https://bugs.freedesktop.org/show_bug.cgi?id=99122
-
Olivier Crête authored
Patch from Laurent Bigonville
- 17 Aug, 2016 1 commit
- 14 Jul, 2016 3 commits
-
-
Olivier Crête authored
Also include unit test
-
Olivier Crête authored
-
Olivier Crête authored
-
- 21 Jun, 2016 1 commit
-
-
Olivier Crête authored
-
- 16 Jun, 2016 1 commit
-
-
Olivier Crête authored
This was reported from static analysis by dcb314@hotmail.com https://bugs.freedesktop.org/show_bug.cgi?id=96546
-
- 10 Mar, 2016 3 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
This prevents some events that shouldn't be forwarded from going downstream.
-
- 24 Jul, 2015 2 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
- 27 Apr, 2015 1 commit
-
-
Olivier Crête authored
-
- 25 Mar, 2015 3 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
- 19 Mar, 2015 1 commit
-
-
Fixes compilation in gst-uninstalled, as otherwise the RTP library is not found.
-