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/1582>
This commit is contained in:
Sebastian Dröge 2024-05-07 17:56:22 +03:00
parent e72e361b63
commit cfbefb9b9e
2 changed files with 2 additions and 2 deletions

View file

@ -2391,7 +2391,7 @@
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
},
"gtk4": {
"description": "GStreamer GTK 4 Sink element and Paintable widget",
"description": "GStreamer GTK 4 sink element",
"elements": {
"gtk4paintablesink": {
"author": "Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>, Jordan Petridis <jordan@centricular.com>, Sebastian Dröge <sebastian@centricular.com>",

View file

@ -6,7 +6,7 @@ repository.workspace = true
license = "MPL-2.0"
edition.workspace = true
rust-version.workspace = true
description = "GStreamer GTK 4 Sink element and Paintable widget"
description = "GStreamer GTK 4 sink element"
[dependencies]
gtk.workspace = true