diff --git a/sys/va/gstvah264dec.c b/sys/va/gstvah264dec.c index 6dc872d3d3..0c066c59cc 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 * */