summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-10-19 15:27:16 -0700
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-10-19 15:27:16 -0700
commitc7e333ca16c398b5b1f4be90461bfcbb3083aba1 (patch)
treecbe37fb233c8a4ebe732a56a8e36ab75d10430ee
parent72b1484958dd033249d79dc61a6a12ff9b198700 (diff)
tutorials: ios: basic: fix missing markup
-rw-r--r--markdown/tutorials/ios/a-basic-media-player.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/markdown/tutorials/ios/a-basic-media-player.md b/markdown/tutorials/ios/a-basic-media-player.md
index 50d5897..f22258d 100644
--- a/markdown/tutorials/ios/a-basic-media-player.md
+++ b/markdown/tutorials/ios/a-basic-media-player.md
@@ -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