mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +00:00
gtk4: Fix description of the plugin
A paintable is not a widget and that aspect does not belong in the short description anyway. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1563>
This commit is contained in:
parent
8861fc493b
commit
b4576a0074
2 changed files with 2 additions and 2 deletions
|
@ -2458,7 +2458,7 @@
|
||||||
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
|
||||||
},
|
},
|
||||||
"gtk4": {
|
"gtk4": {
|
||||||
"description": "GStreamer GTK 4 Sink element and Paintable widget",
|
"description": "GStreamer GTK 4 sink element",
|
||||||
"elements": {
|
"elements": {
|
||||||
"gtk4paintablesink": {
|
"gtk4paintablesink": {
|
||||||
"author": "Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>, Jordan Petridis <jordan@centricular.com>, Sebastian Dröge <sebastian@centricular.com>",
|
"author": "Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>, Jordan Petridis <jordan@centricular.com>, Sebastian Dröge <sebastian@centricular.com>",
|
||||||
|
|
|
@ -6,7 +6,7 @@ repository.workspace = true
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
description = "GStreamer GTK 4 Sink element and Paintable widget"
|
description = "GStreamer GTK 4 sink element"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
gtk.workspace = true
|
gtk.workspace = true
|
||||||
|
|
Loading…
Reference in a new issue