gstreamer/subprojects/gst-examples/webrtc/sendrecv/gst
Nirbheek Chauhan 2294356d9b webrtc_sendrecv.py: Fix event loop usage for messages
Instead of creating a new loop, we should just be fetching the running
loop, then doing a blocking network call inside the callback, schedule
it on the event loop. This is what the C example does too.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1864>
2022-03-18 08:16:45 +00:00
..
Dockerfile Move files from gst-examples into the "subprojects/gst-examples/" subdir 2021-09-24 16:15:58 -03:00
Makefile webrtc: Update Makefile for building webrtc-sendrecv 2022-03-01 16:33:28 +00:00
meson.build Move files from gst-examples into the "subprojects/gst-examples/" subdir 2021-09-24 16:15:58 -03:00
webrtc-sendrecv.c webrtc: Update Makefile for building webrtc-sendrecv 2022-03-01 16:33:28 +00:00
webrtc_sendrecv.py webrtc_sendrecv.py: Fix event loop usage for messages 2022-03-18 08:16:45 +00:00