mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
webrtc_sendrecv.py: Add missing copyright headers
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1995>
This commit is contained in:
parent
c814409ac1
commit
ad0484245d
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