gstreamer/subprojects/gst-examples/webrtc/sendrecv/gst
Nirbheek Chauhan e453e43e5a webrtc_sendrecv.py: Fix deprecation warning with Python 3.10
asyncio.get_event_loop() will not implicitly create a new event loop
in a future version of Python, so we need to do that explicitly.

```
webrtc_sendrecv.py:188: DeprecationWarning: There is no current event loop
  loop = asyncio.get_event_loop()
```

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1821>
2022-03-01 16:33:28 +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 deprecation warning with Python 3.10 2022-03-01 16:33:28 +00:00