Skip to content

Commit 80465cf

Browse files
committed
upd
1 parent b4c7f6a commit 80465cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/licensing/gstreamer.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GStreamer
22

3-
GStreamer, a third-party dependency used in Whack for the video player, is distributed under LGPL.
3+
GStreamer, a third-party dependency used in Whack for the video player, is distributed under LGPL 2.1 (GNU LESSER GENERAL PUBLIC LICENSE).
44

55
Creators must ensure that, when distributing Whack in a binary, they:
66

@@ -11,4 +11,6 @@ Creators must ensure that, when distributing Whack in a binary, they:
1111
GStreamer source code can be accessed at:
1212

1313
- [gitlab.freedesktop.org/gstreamer/gstreamer](https://gitlab.freedesktop.org/gstreamer/gstreamer)
14-
- [github.com/GStreamer/gstreamer](https://github.com/GStreamer/gstreamer)
14+
- [github.com/GStreamer/gstreamer](https://github.com/GStreamer/gstreamer)
15+
16+
Their LGPL license obligates allowing users to replace the GStreamer library. In that case, the Whack packaging tool outputs GStreamer as a shared object somewhere in the app package, which users can identify and replace the file by another one.

0 commit comments

Comments
 (0)