mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
tutorials: ios: basic: fix missing markup
This commit is contained in:
parent
72b1484958
commit
c7e333ca16
1 changed files with 2 additions and 2 deletions
|
@ -964,7 +964,7 @@ its `mediaSizeChanged` callback.
|
|||
|
||||
### Refreshing the Seek Bar
|
||||
|
||||
To keep the UI updated, a GLib timer is installed in
|
||||
To keep the UI updated, a `GLib` timer is installed in
|
||||
the `app_function` that fires 4 times per second (or every 250ms),
|
||||
right before entering the main loop:
|
||||
|
||||
|
@ -976,7 +976,7 @@ g_source_attach (timeout_source, context);
|
|||
g_source_unref (timeout_source);
|
||||
```
|
||||
|
||||
Then, in the refresh_ui method:
|
||||
Then, in the `refresh_ui` method:
|
||||
|
||||
```
|
||||
/* If we have pipeline and it is running, query the current position and clip duration and inform
|
||||
|
|
Loading…
Reference in a new issue