Soohyun Lee
1271047683
Fix error on the pipeline-manipulation.md's sample code
...
amp& was inserted in the g_clear_error(). It caused a compile error,
so I removed it for making complie success.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/85 >
2020-05-25 23:51:36 +00:00
Edward Hervey
ea25788fe1
design: Minor update of streams
document
...
* Fix indentation of lists and code extracts
* Add link to segment design doc
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/89 >
2020-05-13 13:23:55 +00:00
Edward Hervey
ad6b3130ee
additional: Minor cleanups to plugin split up document
...
* Add small context about the document
* Use quoting (`>`) instead of html code
* Add more spacing for text-reading
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/88 >
2020-05-13 12:35:10 +00:00
Edward Hervey
e04a1bdded
contribute/plugin: More autotools removal
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/90 >
2020-05-12 18:43:10 +02:00
Edward Hervey
b5a79eaa17
faq/git: Remove old autotools document
...
Instead point to the new "build from source using meson" document
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/90 >
2020-05-12 18:28:26 +02:00
Edward Hervey
7dd3be2d49
FAQ/developing: Point directly to "developing with meson" docs
...
Instead of repeating old stuff also :) And ensures everything is centralized in
on doc.
Partly fixes #54
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/90 >
2020-05-12 16:21:14 +02:00
Edward Hervey
d309231bc8
contribute: Remove link to bugzilla
...
Gitlab and Marge will automatically add the proper links to commit messages also.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/90 >
2020-05-12 16:21:14 +02:00
Edward Hervey
5eb506f6ac
Add meson/gst-build instructions
...
Fixes #22
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/45 >
2020-05-12 15:24:16 +02:00
Edward Hervey
c96231f8ca
design: Update/Cleanup the stream-selection design doc
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/87 >
2020-05-11 09:59:50 +02:00
Matthew Waters
72d92cc66e
build: also read the subproject list from a generated file
...
Fixes: https://gitlab.freedesktop.org/gstreamer/gst-build/-/issues/60
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/84 >
2020-04-23 13:51:03 +10:00
Xidorn Quan
d255d5b503
Fix a typo in autoplugging document
2020-04-10 12:32:45 +00:00
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