mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-12 11:18:56 +00:00
Update short-cutting-the-pipeline.md to fix typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/112>
This commit is contained in:
parent
d02846af8d
commit
0b8b6f83ad
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ int main(int argc, char *argv[]) {
|
|||
GstCaps *audio_caps;
|
||||
GstBus *bus;
|
||||
|
||||
/* Initialize cumstom data structure */
|
||||
/* Initialize custom data structure */
|
||||
memset (&data, 0, sizeof (data));
|
||||
data.b = 1; /* For waveform generation */
|
||||
data.d = 1;
|
||||
|
|
Loading…
Reference in a new issue