diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-03-08 15:01:13 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-04-12 12:57:57 -0300 |
commit | 78022a6e0c05ce482b798cf638cbd3f901a5094e (patch) | |
tree | 9725b5939d840f6eb3e8f39e032866e82413cb83 /ext/libde265 | |
parent | 90f766cc518b4fde651162d6e0c7d190373e3c61 (diff) |
docs: Port all docstring to gtk-doc markdown
Diffstat (limited to 'ext/libde265')
-rw-r--r-- | ext/libde265/libde265-dec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/libde265/libde265-dec.c b/ext/libde265/libde265-dec.c index ab376c505..109edadba 100644 --- a/ext/libde265/libde265-dec.c +++ b/ext/libde265/libde265-dec.c @@ -21,15 +21,15 @@ /** * SECTION:element-libde265dec + * @title: libde265dec * * Decodes HEVC/H.265 video. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 filesrc location=bitstream.hevc ! 'video/x-hevc,stream-format=byte-stream,framerate=25/1' ! libde265dec ! autovideosink * ]| The above pipeline decodes the HEVC/H.265 bitstream and renders it to the screen. - * </refsect2> + * */ #ifdef HAVE_CONFIG_H |