gstreamer/subprojects/gst-examples/webrtc/sendrecv/gst
Nirbheek Chauhan 4163c1bd0b webrtc_sendrecv.py: Link pads instead of elements
This was not a problem here because even if we end up accidentally
linking to the wrong pad, things will work out eventually as long as
one pad-added is emitted for each pad that is added.

But it will be a huge problem if someone copies this code and changes
something that requires different handling for different sorts of
pads. The resultant code will be racy. Let's not do this, it's a bad
example.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2013>
2022-03-24 00:46:42 +01:00
..
Dockerfile
Makefile webrtc: Update Makefile for building webrtc-sendrecv 2022-03-02 10:15:40 +00:00
meson.build
webrtc-sendrecv.c webrtc-sendrecv: Fix create-answer caps negotiation 2022-03-20 22:38:15 +00:00
webrtc_sendrecv.py webrtc_sendrecv.py: Link pads instead of elements 2022-03-24 00:46:42 +01:00