Fix more links to old html filenames

This commit is contained in:
Olivier Crête 2016-06-17 15:49:34 -04:00
parent 8da0228fa4
commit 3d0883c6ef
2 changed files with 5 additions and 7 deletions

View file

@ -1192,11 +1192,10 @@ static gboolean refresh_ui (CustomData *data) {
} }
``` ```
If it is unknown, the clip duration is retrieved, as explained in [Basic If it is unknown, the clip duration is retrieved, as explained in
tutorial 4: Time [](sdk-basic-tutorial-time-management.md). The current position is
management](Basic%2Btutorial%2B4%253A%2BTime%2Bmanagement.html). The retrieved next, and the UI is informed of both through its
current position is retrieved next, and the UI is informed of both `setCurrentPosition()` callback.
through its `setCurrentPosition()` callback.
Bear in mind that all time-related measures returned by GStreamer are in Bear in mind that all time-related measures returned by GStreamer are in
nanoseconds, whereas, for simplicity, we decided to make the UI code nanoseconds, whereas, for simplicity, we decided to make the UI code

View file

@ -117,8 +117,7 @@ that their pipelines cannot be interconnected. However, through this
element, GStreamer can benefit from the decoding elements present in element, GStreamer can benefit from the decoding elements present in
Direct Show. `dshowdecwrapper` wraps multiple Direct Show decoders so Direct Show. `dshowdecwrapper` wraps multiple Direct Show decoders so
they can be embedded in a GStreamer pipeline. Use the `gst-inspect-1.0` tool they can be embedded in a GStreamer pipeline. Use the `gst-inspect-1.0` tool
(see [Basic tutorial 10: GStreamer (see [](sdk-basic-tutorial-gstreamer-tools.md)) to see the
tools](Basic%2Btutorial%2B10%253A%2BGStreamer%2Btools.html)) to see the
available decoders. available decoders.
## Android ## Android