tutorial: Add notice about missing language ports

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/124>
This commit is contained in:
Thibault Saunier 2020-12-04 21:46:02 -03:00
parent de01b82504
commit 491bf70f89
18 changed files with 91 additions and 0 deletions

View file

@ -1,5 +1,10 @@
# Basic tutorial 2: GStreamer concepts
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
The previous tutorial showed how to build a pipeline automatically. Now

View file

@ -1,5 +1,10 @@
# Basic tutorial 3: Dynamic pipelines
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
This tutorial shows the rest of the basic concepts required to use

View file

@ -1,5 +1,10 @@
# Basic tutorial 6: Media formats and Pad Capabilities
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
Pad Capabilities are a fundamental element of GStreamer, although most

View file

@ -1,5 +1,10 @@
# Basic tutorial 9: Media information gathering
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
Sometimes you might want to quickly find out what kind of media a file

View file

@ -1,5 +1,10 @@
# Basic tutorial 7: Multithreading and Pad Availability
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
GStreamer handles multithreading automatically, but, under some

View file

@ -1,5 +1,11 @@
# Basic tutorial 13: Playback speed
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
Fast-forward, reverse-playback and slow-motion are all techniques

View file

@ -1,5 +1,10 @@
# Basic tutorial 8: Short-cutting the pipeline
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
Pipelines constructed with GStreamer do not need to be completely

View file

@ -1,5 +1,10 @@
# Basic tutorial 12: Streaming
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
Playing media straight from the Internet without storing it locally is

View file

@ -1,5 +1,10 @@
# Basic tutorial 4: Time management
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
This tutorial shows how to use GStreamer time-related facilities. In

View file

@ -1,5 +1,10 @@
# Basic tutorial 5: GUI toolkit integration
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
This tutorial shows how to integrate GStreamer in a Graphical User

View file

@ -1,5 +1,10 @@
# Playback tutorial 6: Audio visualization
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
GStreamer comes with a set of elements that turn audio into video. They

View file

@ -1,5 +1,10 @@
# Playback tutorial 5: Color Balance
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
Brightness, Contrast, Hue and Saturation are common video adjustments,

View file

@ -1,5 +1,10 @@
# Playback tutorial 7: Custom playbin sinks
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
`playbin` can be further customized by manually selecting its audio and

View file

@ -1,5 +1,10 @@
# Playback tutorial 8: Hardware-accelerated video decoding
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
### Goal
Hardware-accelerated video decoding has rapidly become a necessity, as

View file

@ -1,5 +1,10 @@
# Playback tutorial 1: Playbin usage
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
We have already worked with the `playbin` element, which is capable of

View file

@ -1,5 +1,10 @@
# Playback tutorial 4: Progressive streaming
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
[](tutorials/basic/streaming.md) showed how to

View file

@ -1,5 +1,10 @@
# Playback tutorial 3: Short-cutting the pipeline
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
[](tutorials/basic/short-cutting-the-pipeline.md) showed

View file

@ -1,5 +1,10 @@
# Playback tutorial 2: Subtitle management
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
This tutorial is very similar to the previous one, but instead of