mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
tutorials: fix typos
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1669>
This commit is contained in:
parent
1973334699
commit
82a9ec9429
2 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue