diff options
Diffstat (limited to 'ext/pango/gsttextrender.c')
-rw-r--r-- | ext/pango/gsttextrender.c | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/ext/pango/gsttextrender.c b/ext/pango/gsttextrender.c index 6f196a87..006c6c75 100644 --- a/ext/pango/gsttextrender.c +++ b/ext/pango/gsttextrender.c @@ -23,22 +23,18 @@ * SECTION:element-textrender * @see_also: #GstTextOverlay * - * <refsect2> - * <para> * This plugin renders text received on the text sink pad to a video * buffer (retaining the alpha channel), so it can later be overlayed * on top of video streams using other elements. - * </para> - * <para> + * * The text can contain newline characters. (FIXME: What about text * wrapping? It does not make sense in this context) - * </para> - * <para> - * Example pipeline: - * <programlisting> + * + * <refsect2> + * <title>Example launch lines</title> + * |[ * gst-launch -v filesrc location=subtitles.srt ! subparse ! textrender ! xvimagesink - * </programlisting> - * </para> + * ]| * </refsect2> */ |