summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaleigh Littles III <raleighlittles@gmail.com>2020-09-20 19:25:22 +0000
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-04-07 23:44:38 +0000
commit0b8b6f83ada732c172eecebd8e77e006ba8625fe (patch)
treed06ee51fcd5c141f0fb4b55661022a7edb888c95
parentd02846af8d8e67f7629098a562871b3edeb4df96 (diff)
Update short-cutting-the-pipeline.md to fix typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/112>
-rw-r--r--markdown/tutorials/basic/short-cutting-the-pipeline.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/tutorials/basic/short-cutting-the-pipeline.md b/markdown/tutorials/basic/short-cutting-the-pipeline.md
index d013fc0..81da22a 100644
--- a/markdown/tutorials/basic/short-cutting-the-pipeline.md
+++ b/markdown/tutorials/basic/short-cutting-the-pipeline.md
@@ -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;