Incl resample in CustomData, tutorial 3
authorAlistair Martin <alistairmartin01@gmail.com>
Tue, 1 Feb 2022 14:51:23 +0000 (14:51 +0000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 1 Feb 2022 20:08:17 +0000 (20:08 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1619>

subprojects/gst-docs/markdown/tutorials/basic/dynamic-pipelines.md

index af6720a..0fe36c3 100644 (file)
@@ -264,6 +264,7 @@ typedef struct _CustomData {
   GstElement *pipeline;
   GstElement *source;
   GstElement *convert;
+  GstElement *resample;
   GstElement *sink;
 } CustomData;
 ```