tutorials: fix typos

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1669>
This commit is contained in:
Krystian Wojtas 2021-12-01 08:45:14 +01:00 committed by GStreamer Marge Bot
parent 1973334699
commit 82a9ec9429
2 changed files with 2 additions and 2 deletions

View file

@ -256,7 +256,7 @@ int main (int argc, char **argv) {
uri = argv[1];
}
/* Initialize cumstom data structure */
/* Initialize custom data structure */
memset (&data, 0, sizeof (data));
/* Initialize GStreamer */

View file

@ -148,7 +148,7 @@ int main(int argc, char *argv[]) {
CustomData data;
GstBus *bus;
/* Initialize cumstom data structure */
/* Initialize custom data structure */
memset (&data, 0, sizeof (data));
data.b = 1; /* For waveform generation */
data.d = 1;