diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-04-20 17:59:44 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-21 00:14:23 +0700 |
commit | e3ee06e702ce9e1697ddd223baac2c155eb11524 (patch) | |
tree | 0405e558b3e7fe69a389c17bbf6968a829a29993 | |
parent | 22681a980f83df1e48041e44cf75e8e0e3cdad7d (diff) | |
download | slackbuilds-e3ee06e702ce9e1697ddd223baac2c155eb11524.tar.gz |
multimedia/gstreamer0: Add a README (thanks dive!).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | multimedia/gstreamer0/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/multimedia/gstreamer0/README b/multimedia/gstreamer0/README new file mode 100644 index 0000000000..8f931a3cf7 --- /dev/null +++ b/multimedia/gstreamer0/README @@ -0,0 +1,8 @@ +GStreamer is a library that allows the construction of graphs of a +media-handling components, ranging from simple Ogg/Vorbis playback +to complex audio (mixing) and video (non-linear editing) processing. +Applications can take advantage of advances in codec and filter +technology transparently. Developers can add new codecs and filters +by writing a simple plugin with a clean, generic interface. + +GStreamer is released under the LGPL. |