From 79d2af5626b9881d0ab473a9b073d1b3fc78092e Mon Sep 17 00:00:00 2001 From: Adrian Fiergolski Date: Thu, 2 Feb 2023 18:48:41 +0100 Subject: [PATCH] avtp: rvf: add missing since markers Add missing markers. Part-of: --- subprojects/gst-plugins-bad/ext/avtp/gstavtprvfdepay.c | 1 + subprojects/gst-plugins-bad/ext/avtp/gstavtprvfpay.c | 1 + 2 files changed, 2 insertions(+) diff --git a/subprojects/gst-plugins-bad/ext/avtp/gstavtprvfdepay.c b/subprojects/gst-plugins-bad/ext/avtp/gstavtprvfdepay.c index a163975b2b..22af64cb95 100644 --- a/subprojects/gst-plugins-bad/ext/avtp/gstavtprvfdepay.c +++ b/subprojects/gst-plugins-bad/ext/avtp/gstavtprvfdepay.c @@ -36,6 +36,7 @@ * and play them. Refer to the avtprvfpay example to payload raw video and send the * AVTP stream. * + * Since: 1.24 */ #include diff --git a/subprojects/gst-plugins-bad/ext/avtp/gstavtprvfpay.c b/subprojects/gst-plugins-bad/ext/avtp/gstavtprvfpay.c index 5ce1b880e5..057f403a59 100644 --- a/subprojects/gst-plugins-bad/ext/avtp/gstavtprvfpay.c +++ b/subprojects/gst-plugins-bad/ext/avtp/gstavtprvfpay.c @@ -35,6 +35,7 @@ * ]| This example pipeline will payload raw video. Refer to the avtprvfdepay * example to depayload and play the AVTP stream. * + * Since: 1.24 */ #include