summaryrefslogtreecommitdiff
path: root/sys/va/gstvah264dec.c
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-09-22 19:59:41 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-09-23 15:14:21 +0000
commitb1a1e2d8412e8867c21fd4fdc111067d96025a8f (patch)
tree6610080ef204a6f0f08a8b5629ac64d46413a3ad /sys/va/gstvah264dec.c
parent3dd8276551a8095e90d53d7445f2127ea285e6a6 (diff)
downloadgstreamer-plugins-bad-b1a1e2d8412e8867c21fd4fdc111067d96025a8f.tar.gz
va: vah264dec: fix documentation
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1591>
Diffstat (limited to 'sys/va/gstvah264dec.c')
-rw-r--r--sys/va/gstvah264dec.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/va/gstvah264dec.c b/sys/va/gstvah264dec.c
index 6dc872d3d..0c066c59c 100644
--- a/sys/va/gstvah264dec.c
+++ b/sys/va/gstvah264dec.c
@@ -31,9 +31,11 @@
* frames.
*
* ## Example launch line
- * |[
+ * ```
* gst-launch-1.0 filesrc location=big_buck_bunny.mov ! parsebin ! vah264dec ! autovideosink
- * ]|
+ * ```
+ *
+ * Since: 1.18
*
*/