Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Shinhyuk
gst-docs
Commits
491bf70f
Commit
491bf70f
authored
Dec 04, 2020
by
Thibault Saunier
🌵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tutorial: Add notice about missing language ports
Part-of: <
!124
>
parent
de01b825
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
91 additions
and
0 deletions
+91
-0
markdown/tutorials/basic/concepts.md
markdown/tutorials/basic/concepts.md
+5
-0
markdown/tutorials/basic/dynamic-pipelines.md
markdown/tutorials/basic/dynamic-pipelines.md
+5
-0
markdown/tutorials/basic/media-formats-and-pad-capabilities.md
...own/tutorials/basic/media-formats-and-pad-capabilities.md
+5
-0
markdown/tutorials/basic/media-information-gathering.md
markdown/tutorials/basic/media-information-gathering.md
+5
-0
markdown/tutorials/basic/multithreading-and-pad-availability.md
...wn/tutorials/basic/multithreading-and-pad-availability.md
+5
-0
markdown/tutorials/basic/playback-speed.md
markdown/tutorials/basic/playback-speed.md
+6
-0
markdown/tutorials/basic/short-cutting-the-pipeline.md
markdown/tutorials/basic/short-cutting-the-pipeline.md
+5
-0
markdown/tutorials/basic/streaming.md
markdown/tutorials/basic/streaming.md
+5
-0
markdown/tutorials/basic/time-management.md
markdown/tutorials/basic/time-management.md
+5
-0
markdown/tutorials/basic/toolkit-integration.md
markdown/tutorials/basic/toolkit-integration.md
+5
-0
markdown/tutorials/playback/audio-visualization.md
markdown/tutorials/playback/audio-visualization.md
+5
-0
markdown/tutorials/playback/color-balance.md
markdown/tutorials/playback/color-balance.md
+5
-0
markdown/tutorials/playback/custom-playbin-sinks.md
markdown/tutorials/playback/custom-playbin-sinks.md
+5
-0
markdown/tutorials/playback/hardware-accelerated-video-decoding.md
...tutorials/playback/hardware-accelerated-video-decoding.md
+5
-0
markdown/tutorials/playback/playbin-usage.md
markdown/tutorials/playback/playbin-usage.md
+5
-0
markdown/tutorials/playback/progressive-streaming.md
markdown/tutorials/playback/progressive-streaming.md
+5
-0
markdown/tutorials/playback/short-cutting-the-pipeline.md
markdown/tutorials/playback/short-cutting-the-pipeline.md
+5
-0
markdown/tutorials/playback/subtitle-management.md
markdown/tutorials/playback/subtitle-management.md
+5
-0
No files found.
markdown/tutorials/basic/concepts.md
View file @
491bf70f
# Basic tutorial 2: GStreamer concepts
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
The previous tutorial showed how to build a pipeline automatically. Now
...
...
markdown/tutorials/basic/dynamic-pipelines.md
View file @
491bf70f
# Basic tutorial 3: Dynamic pipelines
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
This tutorial shows the rest of the basic concepts required to use
...
...
markdown/tutorials/basic/media-formats-and-pad-capabilities.md
View file @
491bf70f
# 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
...
...
markdown/tutorials/basic/media-information-gathering.md
View file @
491bf70f
# 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
...
...
markdown/tutorials/basic/multithreading-and-pad-availability.md
View file @
491bf70f
# Basic tutorial 7: Multithreading and Pad Availability
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
GStreamer handles multithreading automatically, but, under some
...
...
markdown/tutorials/basic/playback-speed.md
View file @
491bf70f
# Basic tutorial 13: Playback speed
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
Fast-forward, reverse-playback and slow-motion are all techniques
...
...
markdown/tutorials/basic/short-cutting-the-pipeline.md
View file @
491bf70f
# Basic tutorial 8: Short-cutting the pipeline
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
Pipelines constructed with GStreamer do not need to be completely
...
...
markdown/tutorials/basic/streaming.md
View file @
491bf70f
# Basic tutorial 12: Streaming
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
Playing media straight from the Internet without storing it locally is
...
...
markdown/tutorials/basic/time-management.md
View file @
491bf70f
# Basic tutorial 4: Time management
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
This tutorial shows how to use GStreamer time-related facilities. In
...
...
markdown/tutorials/basic/toolkit-integration.md
View file @
491bf70f
# Basic tutorial 5: GUI toolkit integration
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
This tutorial shows how to integrate GStreamer in a Graphical User
...
...
markdown/tutorials/playback/audio-visualization.md
View file @
491bf70f
# 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
...
...
markdown/tutorials/playback/color-balance.md
View file @
491bf70f
# Playback tutorial 5: Color Balance
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
Brightness, Contrast, Hue and Saturation are common video adjustments,
...
...
markdown/tutorials/playback/custom-playbin-sinks.md
View file @
491bf70f
# Playback tutorial 7: Custom playbin sinks
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
`playbin`
can be further customized by manually selecting its audio and
...
...
markdown/tutorials/playback/hardware-accelerated-video-decoding.md
View file @
491bf70f
# Playback tutorial 8: Hardware-accelerated video decoding
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
### Goal
Hardware-accelerated video decoding has rapidly become a necessity, as
...
...
markdown/tutorials/playback/playbin-usage.md
View file @
491bf70f
# Playback tutorial 1: Playbin usage
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
We have already worked with the
`playbin`
element, which is capable of
...
...
markdown/tutorials/playback/progressive-streaming.md
View file @
491bf70f
# Playback tutorial 4: Progressive streaming
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
[](
tutorials/basic/streaming.md
)
showed how to
...
...
markdown/tutorials/playback/short-cutting-the-pipeline.md
View file @
491bf70f
# Playback tutorial 3: Short-cutting the pipeline
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
[](
tutorials/basic/short-cutting-the-pipeline.md
)
showed
...
...
markdown/tutorials/playback/subtitle-management.md
View file @
491bf70f
# Playback tutorial 2: Subtitle management
{{ ALERT_PY.md }}
{{ ALERT_JS.md }}
## Goal
This tutorial is very similar to the previous one, but instead of
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment