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; ```