Rename project to "Clapper"

This commit is contained in:
Rafostar
2020-08-30 20:05:58 +02:00
parent 2b0ad406e5
commit ceb8930a88
3 changed files with 11 additions and 8 deletions

View File

@@ -1,13 +1,16 @@
# GtkPlayer
A pre-made GJS Media Player widget powered by GStreamer with OpenGL rendering.
# Clapper
A GNOME media player built using [GJS](https://gitlab.gnome.org/GNOME/gjs) and powered by [GStreamer](https://gstreamer.freedesktop.org) with [OpenGL](https://www.opengl.org) rendering. Can also be used as a pre-made widget for [Gtk](https://www.gtk.org) apps.
Required GStreamer elements:
* [gtkglsink](https://gstreamer.freedesktop.org/documentation/gtk/gtkglsink.html)
* [glsinkbin](https://gstreamer.freedesktop.org/documentation/opengl/glsinkbin.html)
<b>WORK IN PROGRESS</b>
## Requirements
Clapper uses these `GStreamer` elements:
* [gtkglsink](https://gstreamer.freedesktop.org/documentation/gtk/gtkglsink.html)
* [glsinkbin](https://gstreamer.freedesktop.org/documentation/opengl/glsinkbin.html)
Other required plugins (codecs) depend on video format.
To use VAAPI make sure you have `gstreamer1-vaapi` installed. Verify with:
To use `VAAPI` make sure you have `gstreamer1-vaapi` installed. Verify with:
```shell
gst-inspect-1.0 vaapi
```