mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
webrtc_sendrecv.py: Add missing copyright headers
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1864>
This commit is contained in:
parent
583408c312
commit
90da0e1d1e
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue