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:
Raleigh Littles III 2020-09-20 19:25:22 +00:00 committed by GStreamer Marge Bot
parent d02846af8d
commit 0b8b6f83ad

View file

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