webrtc_sendrecv.py: Add missing copyright headers

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1864>
This commit is contained in:
Nirbheek Chauhan 2022-03-05 20:21:53 +05:30 committed by GStreamer Marge Bot
parent 583408c312
commit 90da0e1d1e

View file

@ -1,4 +1,10 @@
#!/usr/bin/env python3
#
# Copyright (C) 2018 Matthew Waters <matthew@centricular.com>
# 2022 Nirbheek Chauhan <nirbheek@centricular.com>
#
# Demo gstreamer app for negotiating and streaming a sendrecv webrtc stream
# with a browser JS app, implemented in Python.
import random
import ssl