From 0d5c89a3b45f910c63dd5322b2b07a347df67638 Mon Sep 17 00:00:00 2001 From: Taruntej Kanakamalla Date: Thu, 7 Jul 2022 06:55:14 +0000 Subject: [PATCH] Updated the Pango broken link Part-of: --- subprojects/gst-docs/markdown/tutorials/playback/subtitle-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-docs/markdown/tutorials/playback/subtitle-management.md b/subprojects/gst-docs/markdown/tutorials/playback/subtitle-management.md index 6facd25..73de52d 100644 --- a/subprojects/gst-docs/markdown/tutorials/playback/subtitle-management.md +++ b/subprojects/gst-docs/markdown/tutorials/playback/subtitle-management.md @@ -322,7 +322,7 @@ The `subtitle-font-desc` property allows specifying the font to render the subtitles. Since [Pango](http://www.pango.org/) is the library used to render fonts, you can check its documentation to see how this font should be specified, in particular, the -[pango-font-description-from-string](http://developer.gnome.org/pango/stable/pango-Fonts.html#pango-font-description-from-string) function. +[pango-font-description-from-string](https://docs.gtk.org/Pango/type_func.FontDescription.from_string.html) function. In a nutshell, the format of the string representation is `[FAMILY-LIST] [STYLE-OPTIONS] [SIZE]` where `FAMILY-LIST` is a comma separated list of -- 2.7.4