mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Rename project to "Clapper"
This commit is contained in:
15
README.md
15
README.md
@@ -1,13 +1,16 @@
|
|||||||
# GtkPlayer
|
# Clapper
|
||||||
A pre-made GJS Media Player widget powered by GStreamer with OpenGL rendering.
|
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:
|
<b>WORK IN PROGRESS</b>
|
||||||
* [gtkglsink](https://gstreamer.freedesktop.org/documentation/gtk/gtkglsink.html)
|
|
||||||
* [glsinkbin](https://gstreamer.freedesktop.org/documentation/opengl/glsinkbin.html)
|
## 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.
|
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
|
```shell
|
||||||
gst-inspect-1.0 vaapi
|
gst-inspect-1.0 vaapi
|
||||||
```
|
```
|
||||||
|
4
gex.json
4
gex.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "GtkPlayer",
|
"name": "clapper",
|
||||||
"files": [
|
"files": [
|
||||||
"GtkPlayer.js"
|
"src/player.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user