summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2016-06-17 15:49:34 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2016-06-17 15:49:34 -0400
commit3d0883c6ef2e7fff242351144e987293ebbd1cff (patch)
tree5bc9cf772d9e86adafc8ee3715652d51745c2886
parent8da0228fa476e59a451bba446b35cf01dd8b0382 (diff)
Fix more links to old html filenames
-rw-r--r--sdk-android-tutorial-media-player.md9
-rw-r--r--sdk-basic-tutorial-platform-specific-elements.md3
2 files changed, 5 insertions, 7 deletions
diff --git a/sdk-android-tutorial-media-player.md b/sdk-android-tutorial-media-player.md
index dbe3736..1bf8d9f 100644
--- a/sdk-android-tutorial-media-player.md
+++ b/sdk-android-tutorial-media-player.md
@@ -1192,11 +1192,10 @@ static gboolean refresh_ui (CustomData *data) {
}
```
-If it is unknown, the clip duration is retrieved, as explained in [Basic
-tutorial 4: Time
-management](Basic%2Btutorial%2B4%253A%2BTime%2Bmanagement.html). The
-current position is retrieved next, and the UI is informed of both
-through its `setCurrentPosition()` callback.
+If it is unknown, the clip duration is retrieved, as explained in
+[](sdk-basic-tutorial-time-management.md). The current position is
+retrieved next, and the UI is informed of both through its
+`setCurrentPosition()` callback.
Bear in mind that all time-related measures returned by GStreamer are in
nanoseconds, whereas, for simplicity, we decided to make the UI code
diff --git a/sdk-basic-tutorial-platform-specific-elements.md b/sdk-basic-tutorial-platform-specific-elements.md
index 9d61ba0..ea2258b 100644
--- a/sdk-basic-tutorial-platform-specific-elements.md
+++ b/sdk-basic-tutorial-platform-specific-elements.md
@@ -117,8 +117,7 @@ that their pipelines cannot be interconnected. However, through this
element, GStreamer can benefit from the decoding elements present in
Direct Show. `dshowdecwrapper` wraps multiple Direct Show decoders so
they can be embedded in a GStreamer pipeline. Use the `gst-inspect-1.0` tool
-(see [Basic tutorial 10: GStreamer
-tools](Basic%2Btutorial%2B10%253A%2BGStreamer%2Btools.html)) to see the
+(see [](sdk-basic-tutorial-gstreamer-tools.md)) to see the
available decoders.
## Android