aboutsummaryrefslogtreecommitdiff
path: root/plugins/rtp/src/video_widget.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix some compiler warningsfiaxh2023-10-071-1/+1
|
* Fix potential crash in video callsMarvin W2023-07-091-1/+5
|
* Fix video for cameras with rotated imageMarvin W2023-04-221-1/+13
|
* Fix C binding for gst_video_frame_get_dataMarvin W2023-03-201-0/+1
| | | | Fixes #1267
* RTP: Use gstreamers new VideoFrame.mapMarvin W2022-08-211-2/+2
|
* RTP: Use latest gstreamer vapi if vala version older than 0.56.1Marvin W2022-08-211-7/+0
|
* Gtk4 bug fixes and improvementsMarvin W2022-07-271-0/+7
|
* Improve Gtk4 portfiaxh2022-07-271-1/+1
|
* Video for GTK4Marvin W2022-07-271-93/+164
|
* Port from GTK3 to GTK4fiaxh2022-07-271-6/+6
|
* Calls: Fix device selector for multi-party calls, allow picking device ↵Marvin W2022-02-121-2/+2
| | | | before call started
* RTP: Restrict number of recaps to save resourcesMarvin W2022-02-061-5/+8
|
* RTP: Workaround drawing issues on resolution changeMarvin W2022-01-271-24/+87
|
* Small cleanupfiaxh2022-01-231-2/+2
|
* Fix build with older Vala compilersMarvin W2021-12-231-0/+9
| | | | | - Older versions seem to assume a wrong type for Nice messages - Older versions have broken bindings for Gst.Value.set_fraction
* Make elements sync to get proper qos dataMarvin W2021-11-101-1/+1
|
* Crop video to match widget ratioMarvin W2021-11-101-29/+45
|
* Video optimizationsMarvin W2021-04-291-5/+5
|
* Add RTP implementation as pluginMarvin W2021-03-211-0/+110