mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-10-31 22:58:51 +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"
|
||||
},
|
||||
"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>",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue