diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index ad008d5b..28c5f311 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -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 , Jordan Petridis , Sebastian Dröge ", diff --git a/video/gtk4/Cargo.toml b/video/gtk4/Cargo.toml index ce011d65..e7ee030d 100644 --- a/video/gtk4/Cargo.toml +++ b/video/gtk4/Cargo.toml @@ -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