anotherim-desktop/plugins/rtp/src
emil 45b300d2a3 Remove Gst.deinit (proactive bug fix)
Gst.deinit caused the Dino proces to linger in the background when I
tried using Gst in the phone ringer plugin. My reasoning for leaving it
out even though Gst is not in use anymore in the ringer plugin is that
this is a nasty bug that might crop up again in the future when someone
tries to do anything else at all with Gst.

I did the following things:

- checked this https://gstreamer.freedesktop.org/documentation/gstreamer/gst.html#gst_deinit
- tested that Dino works without the Gst.deinit
- tried looking for a specific reason for the deinit with git log -L 276,+10 -- plugins/rtp/src/plugin.vala

I didn't find anything so this made me conclude that it is better to
leave it out.
2024-03-19 11:49:18 +03:00
..
codec_util.vala RTP: clarify codec support warning 2022-02-13 21:32:28 +01:00
device.vala Fix video for cameras with rotated image 2023-04-22 17:04:28 +02:00
gst_fixes.c Video for GTK4 2022-07-27 20:34:20 +02:00
module.vala RTP: Make codec and hardware support compile-time configurable 2022-02-11 19:55:19 +01:00
participant.vala Add RTP implementation as plugin 2021-03-21 12:41:38 +01:00
plugin.vala Remove Gst.deinit (proactive bug fix) 2024-03-19 11:49:18 +03:00
register_plugin.vala Add RTP implementation as plugin 2021-03-21 12:41:38 +01:00
stream.vala Fix video for cameras with rotated image 2023-04-22 17:04:28 +02:00
video_widget.vala Fix some compiler warnings 2023-10-07 14:34:23 +02:00
voice_processor.vala Support voice processing on GStreamer 0.14 2021-05-02 18:03:03 +02:00
voice_processor_native.cpp Support voice processing on GStreamer 0.14 2021-05-02 18:03:03 +02:00