Merge branch 'gtk4-description-fix' into 'main'

gtk4: Fix description of the plugin

See merge request gstreamer/gst-plugins-rs!1563
This commit is contained in:
Sebastian Dröge 2024-05-07 18:09:12 +00:00
commit c275d823aa
2 changed files with 2 additions and 2 deletions

View file

@ -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>",

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