tutorials: fix typos
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1669>
This commit is contained in:
parent
1973334699
commit
82a9ec9429
@ -256,7 +256,7 @@ int main (int argc, char **argv) {
|
|||||||
uri = argv[1];
|
uri = argv[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Initialize cumstom data structure */
|
/* Initialize custom data structure */
|
||||||
memset (&data, 0, sizeof (data));
|
memset (&data, 0, sizeof (data));
|
||||||
|
|
||||||
/* Initialize GStreamer */
|
/* Initialize GStreamer */
|
||||||
|
@ -148,7 +148,7 @@ int main(int argc, char *argv[]) {
|
|||||||
CustomData data;
|
CustomData data;
|
||||||
GstBus *bus;
|
GstBus *bus;
|
||||||
|
|
||||||
/* Initialize cumstom data structure */
|
/* Initialize custom data structure */
|
||||||
memset (&data, 0, sizeof (data));
|
memset (&data, 0, sizeof (data));
|
||||||
data.b = 1; /* For waveform generation */
|
data.b = 1; /* For waveform generation */
|
||||||
data.d = 1;
|
data.d = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user