mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
Incl resample in CustomData, tutorial 3
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1619>
This commit is contained in:
parent
3ddb4c6f0e
commit
da142983b0
1 changed files with 1 additions and 0 deletions
|
@ -264,6 +264,7 @@ typedef struct _CustomData {
|
|||
GstElement *pipeline;
|
||||
GstElement *source;
|
||||
GstElement *convert;
|
||||
GstElement *resample;
|
||||
GstElement *sink;
|
||||
} CustomData;
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue