mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +00:00
Fix more links to old html filenames
This commit is contained in:
parent
8da0228fa4
commit
3d0883c6ef
2 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue