Siwon Kang
27487bf133
tutorials: basic: update gstreamer-tools.md
...
For the use of matroskademux plugin, the PAD template has changed to
video_%u and audio_%u which generate video_0 and audio_0, respectively.
So the current example using old pad names(video_00/audio_00) causes the
failure in linking pads. This patch changes the pad names into correct
ones.
2020-04-07 22:00:34 +00:00
Siwon Kang
d894a444a8
tutorials: basic: fix typos
...
Fix typos in 'Basic tutorial 10: GStreamer tools' and
'Basic tutorial 12: Streaming' pages.
2020-04-07 20:32:56 +00:00
Haihao Xiang
1b84e51251
mediatype-video-raw: add Y412_LE and Y412_BE
2020-04-02 08:34:55 +00:00
Haihao Xiang
600351a30d
mediatype-video-raw: add Y212_LE and Y212_BE
2020-04-02 08:34:55 +00:00
Haihao Xiang
ffa1486d76
mediatype-video-raw: add P012_LE and P012_BE
2020-04-02 08:34:55 +00:00
yair
a51c082de7
Update videos.md broken links
2020-03-26 12:16:18 +00:00
Alcaro
2460277e2e
Fix opengl.md typo
2020-03-10 13:34:24 +00:00
Nirbheek Chauhan
af9e42d130
Cerbero has moved from gnutls+openssl to only openssl
2020-03-02 16:38:17 +05:30
ekwange
254ce57b07
plugin-dev: fix broken anchor
2020-02-19 00:42:47 +09:00
ekwange
212a13df9c
update elements.md
2020-02-03 23:23:35 +09:00
Vivia Nikolaidou
b008abee2e
basic-tutorial-3: Add audioresample
...
If the sink chosen by autoaudiosink doesn't do resampling internally,
the pipeline may fail. In this specific case, someone on Windows had
configured their sound card to 96000 instead of 48000 and the tutorial
was failing.
Thanks to Olivi55 from IRC for reporting.
2020-01-30 00:10:20 +02:00
Vivia Nikolaidou
218157ffcf
basic-tutorial-3: Add audioresample
...
If whatever is in autoaudiosink doesn't do resampling, and 48000 isn't
its configured rate, the tutorial will fail.
2020-01-27 15:53:27 +02:00
Stéphane Cerveau
8bf5f60c47
ios: use dash to register plugin
...
The dash plugin contains now:
- dashdemux
- dashsink
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/merge_requests/704
2020-01-04 16:09:43 +00:00
Sebastian Dröge
45fb85246a
tutorials/basic/debugging-tools: GST_LEVEL_MEMDUMP is 9 and not 8
2019-12-11 23:22:35 +02:00
Guillaume Desmottes
bb7635280a
allocation: document how to negotiate video buffers layout
2019-12-10 01:40:06 +00:00
Matthew Waters
1c18e4586b
ios/tutorials/2: add missing -lc++ linking argument
...
It's present in all the other tutorials performing more than just
gst_init(); gst_deinit();
2019-12-06 00:04:46 +11:00
Matthew Waters
44aa11886e
ios-tutorials: update for ios-11 minimum
...
https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/356
2019-12-03 10:21:06 +11:00
Matthew Waters
9bed401bee
design: first pass at some OpenGL design documentation
2019-11-08 22:52:12 +11:00
Mathieu Duponchelle
b135df3738
sitemap: make the root a gi index
...
Thanks to that, gtk-doc links (taken from devhelp), are resolved
correctly when gst-docs is built on its own.
2019-11-04 16:03:26 +00:00
Jan Schmidt
a60309a52d
seeking: Add some info on instant-rate changes to the design docs
...
Describe how the instant-rate change events should work in the seeking design
2019-11-03 03:21:00 +11:00
Nirbheek Chauhan
7d2bd0d249
installing/android: Use the correct NDK version, not latest
...
The toolchain is not ABI compatible between NDK versions, so people
should ideally use the same NDK that the binary releases were built
with.
2019-09-23 13:58:57 +05:30
Jordan Petridis
b18dc27bda
app-dev/playback-components: add missing gst_clear_caps
2019-09-20 16:53:47 +03:00
Guillaume Desmottes
daa4d32511
gst-launch: document how to run a pipeline with a specific latency
...
I keep forgetting the exact syntax to do that so I figured I'd just
document it properly.
2019-09-05 17:01:02 +05:30
Askar Safin
fd556b1396
tutorials: basic: hello-world: add links
...
Also resync markdown code excerpts with the example's source code
2019-08-28 14:11:24 +00:00
Thibault Saunier
29acd154ef
Update theme
2019-08-27 19:07:55 -04:00
Thibault Saunier
37dd035fca
Remove now unused plugins.md file
2019-08-26 18:46:49 -04:00
Seungha Yang
3f0630a932
markdown: mediatype-video-raw.md: Fix broken formatting
2019-08-25 18:41:27 +00:00
ekwange
8289d24aac
design: Fix typos, indentions, and assorted improvements. Delete
...
description of drain event
2019-08-23 09:25:29 +09:00
Askar Safin
a7c41d6d3f
tutorials: fix playback-speed example
...
Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/425
Also avoids duplication
2019-08-15 00:12:34 +03:00
ekwange
9aa5afb7a5
design: Fix typos in docs
2019-08-14 14:13:08 +09:00
Sebastian Dröge
1a046968d6
Port gst_element_query*() functions over to the 1.0 API
...
We don't take the GstFormat as pointer anymore. This was already fixed
long ago in the actual code but not in the markdown documentation.
Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/44
2019-08-12 11:57:22 +03:00
Gaurav Kalra
23cb67b03e
Update index.md
2019-08-02 14:45:34 -04:00
Ralf Sippl
220fa60f51
Typo in boiler.md
2019-08-02 14:27:54 -04:00
Ralf Sippl
515fea8242
Fix table layout in basics.md
2019-08-02 14:27:54 -04:00
Ralf Sippl
540786d9a0
Fix links in basics.md
2019-08-02 14:27:54 -04:00
Ralf Sippl
d4efa95dc4
Typos in preface.md
2019-08-02 14:26:23 -04:00
R Kh
49df25c3d0
Update on-windows.md: specify approximate disk cost for x64 as of v1.15.1
2019-08-02 17:03:16 +00:00
R Kh
aefb043139
Update on-windows.md: fix formatting around environment variables, improve wording, split excessively long lines.
2019-08-02 17:03:16 +00:00
Thibault Saunier
d4a370967a
video.md: Add links to GStreamer conferences 2017 and 2018
2019-08-01 03:29:52 +00:00
Olivier Crête
5f8471ee35
Remove reference to the old sdk.
...
Remove link to config file from 0.10 version. It doesn't work with modern cerbero.
2019-07-28 23:02:07 +00:00
Thibault Saunier
027bcae5e6
dynamic-pipelines: Make the "GStreamer states" table a proper table
2019-06-27 03:11:54 +00:00
Ralf Sippl
564ccf6f2f
Update clocks.md - fix some 'broken' sentences, typos
2019-06-01 17:44:31 -04:00
Thibault Saunier
e40406746a
navbar: Fix link to GStreamer core lib
...
We do not suffix subprojects with the API version anymore
2019-05-31 23:45:20 -04:00
Mathieu Duponchelle
17c5ce6b40
index: point Get Started link towards tutorials
2019-05-30 04:03:02 +02:00
Mathieu Duponchelle
4e000e6701
Heavily refactor the sitemap
2019-05-30 02:55:43 +02:00
Thibault Saunier
2d46903eb7
Remove old school plugins listing generator
2019-05-26 17:08:58 +02:00
Thibault Saunier
7159236b52
List all GStreamer elements on the plugins index page
2019-05-26 17:08:53 +02:00
Mathieu Duponchelle
2181268957
devhelp: specify --devhelp-online
2019-05-26 12:38:38 +02:00
Thibault Saunier
ec4ac9cacd
Update theme
2019-05-17 16:47:55 -04:00
Thibault Saunier
4a44f037e2
Update the readme now that plugins doc cache is manually built
...
See https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36
2019-05-16 14:01:01 -04:00