summary refs log tree commit diff
path: root/src/voip/WebRTCSession.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use right linterNicolas Werner2022-05-101-6/+3
|
* More image dialog fixesNicolas Werner2022-05-101-3/+6
|
* WebRTCSession: avoid deprecated 'gst_element_get_request_pad'Pablo Barciela2022-02-211-3/+8
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reserve size of some containers we are fillingNicolas Werner2021-12-291-4/+12
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-2/+2
|
* Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner2021-11-221-1/+8
| | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up.
* Preliminary gstreamer 1.20 compatibilityNicolas Werner2021-11-191-1/+2
| | | | | | | | The transceiver was made private in https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2241 The direction property was added here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/commit/28b0be4036ac59d6e6068586ab7bc55e8ac51166
* lint using clang11Nicolas Werner2021-10-171-5/+1
|
* lintNicolas Werner2021-10-171-1/+5
|
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-171-0/+1155