From: Alistair Martin Date: Tue, 1 Feb 2022 14:51:23 +0000 (+0000) Subject: Incl resample in CustomData, tutorial 3 X-Git-Tag: 1.20.0~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da142983b0cb4887d0b8cad87bf26f96d32e714d;p=platform%2Fupstream%2Fgstreamer.git Incl resample in CustomData, tutorial 3 Part-of: --- diff --git a/subprojects/gst-docs/markdown/tutorials/basic/dynamic-pipelines.md b/subprojects/gst-docs/markdown/tutorials/basic/dynamic-pipelines.md index af6720a54b..0fe36c34d9 100644 --- a/subprojects/gst-docs/markdown/tutorials/basic/dynamic-pipelines.md +++ b/subprojects/gst-docs/markdown/tutorials/basic/dynamic-pipelines.md @@ -264,6 +264,7 @@ typedef struct _CustomData { GstElement *pipeline; GstElement *source; GstElement *convert; + GstElement *resample; GstElement *sink; } CustomData; ```