Alcaro
2460277e2e
Fix opengl.md typo
2020-03-10 13:34:24 +00:00
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
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
9bed401bee
design: first pass at some OpenGL design documentation
2019-11-08 22:52:12 +11: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
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
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
7159236b52
List all GStreamer elements on the plugins index page
2019-05-26 17:08:53 +02:00
Thibault Saunier
71cabcb787
Fix link to API documentation
...
assuming we are building it as part of our build
2019-05-13 16:34:00 -04:00
Thibault Saunier
ad0779c4fd
Build GStreamer modules API documentation as part of our build
...
Adding a nice landing page.
And update emoticons.
Using meson subprojects
2019-05-13 11:39:10 -04:00
Francisco Javier Velázquez-García (francisv)
13e6fd28bf
index.md: Minor typo fix and other minor improvements
2019-05-03 16:21:08 +02:00
Luis de Bethencourt
019608da45
application-development: basics: fix unclosed parenthesis
2019-04-16 18:02:58 -04:00
Julian Bouzas
d4d88d372d
Update tracing.md: Add examples of reported and per-element latencies
2019-04-15 09:40:26 -04:00
Ralf Sippl
e8c2a6fd06
Update dparams.md - minor fixes (typo, punctuation)
2019-03-25 14:11:04 +00:00
Ralf Sippl
42fd599eda
Update metadata.md - fix function names
2019-03-25 13:36:49 +00:00
Ralf Sippl
abaae7e3de
Update interfaces.md - Typos
2019-03-25 10:54:43 +00:00
Mathieu Duponchelle
1f426d6486
helloworld: add missing reference link definition
2019-03-25 11:52:23 +01:00
Ralf Sippl
cb179b1e1a
Update pads.md (fix plural form typo)
2019-03-25 09:33:03 +00:00
Ralf Sippl
17225950c1
Update helloworld.md (fix link to "Higher-level interfaces")
2019-03-25 09:19:59 +00:00
Ralf Sippl
0f4348eadc
Update pads.md: fix GstCaps and GstStructure links
2019-03-25 07:48:51 +00:00
pfee
6978479c90
Fix double comma. Fix 'have to need to'.
2019-01-29 14:50:03 +00:00
pfee
4b449b438f
Closing bracket. Switched To -> For.
2019-01-29 09:49:02 +00:00
pfee
2157e4907c
Minor changes to Application Development Manual
2019-01-29 00:17:19 +00:00
pfee
773cfd3d87
Grammar and typo fixes.
2019-01-28 16:10:30 +00:00
R Kh
c61e379681
Update gst-launch.md: oops, replace non-breaking spaces by normal ones in text paragraphs (this also fixes list formatting).
2019-01-24 01:41:53 +00:00
R Kh
7a913b4629
Update gst-launch.md: add link, fix/improve formatting.
2019-01-24 01:30:00 +00:00
R Kh
182f4ed973
Update pipeline-manipulation.md: fix local link; fix a typo in “see”; fix “appsink” and “min-percent” formatting; fix “and/or” punctuation; improve wording (“replace”, “sink pad”, etc).
2019-01-24 00:19:48 +00:00
R Kh
b3bf274f1d
Update preroll.md: fix link to “Sink element”; fix list punctuation.
2019-01-23 23:55:11 +00:00
Ido Ariel
03f0c1d5f8
Add 2017 and 2018 conferences.
2019-01-22 13:52:08 +00:00
Neeraj Singh Rajpoot
2c6d0b9fe4
Update plugins.md
2019-01-17 08:09:51 +00:00
Pascal Bach
f3d9fbdb9a
Change QT to Qt
...
QT is commonly associated with QuickTime while the official spelling for the toolkit is Qt.
2019-01-13 08:40:55 +00:00
Tim-Philipp Müller
28e10fef5c
design: document new "alternate" video interlace mode
2019-01-06 15:52:33 +00:00
Ahmed Hassan
8f65b41cd1
Added a space.
2018-12-04 08:53:17 -03:00
Alex Henrie
36414f6976
Update links to MP2 and MP3 element and plugin documentation
2018-12-03 22:21:14 -07:00
Tim-Philipp Müller
41ee4c7170
contributing: add channel name to irc webchat link
2018-11-30 08:31:08 +00:00
Tim-Philipp Müller
bc71ce4637
installing/on-linux: add some more packages to the debian/ubuntu apt-get install line
2018-11-29 20:32:31 +00:00
Stephan Hesse
92aaf51231
installing: on debian/ubuntu we should also install gstreamer1.0-x to get the x11 and pango related plugins
2018-11-29 18:50:23 +00:00
Thibault Saunier
9ee2b31aba
Update ges-launch.md
2018-11-29 18:36:03 +00:00
Tim-Philipp Müller
42bce45292
contribute: update a bit
...
- mention need for personal fork repo early on
- it's fine to just file a Merge Request without an issue
- add section about updating Merge Requests and review workflow
- use canonical names for 'freedesktop' and 'GitLab'
Fixes #24
2018-11-28 19:16:42 +00:00
Aaron Boxer
5f88d4077f
Update rtp.md
2018-11-27 01:25:43 +00:00
Thibault Saunier
7de2c2dc7a
Fix info and warnings layout and update images
2018-11-25 16:33:11 +00:00
Tim-Philipp Müller
09a884c85c
design: refcounting: fix typo
...
Fixes #26 .
2018-11-25 15:13:05 +00:00
Nicolas Dufresne
0d23f2c021
design: Rename GstMetaVideo to GstVideoMeta
...
This is the name of the Meta that has finally been chosen for the actual
implementation
Closes #25
2018-11-20 19:44:39 -05:00
Sebastian Dröge
6805ea81f3
contribute: Document backport workflow for GStreamer developers
...
Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/21
2018-11-12 19:37:56 +02:00
Sebastian Dröge
62f5d603b2
Mention that Merge Requests should allow maintainer edits
2018-11-04 19:08:37 +02:00
Matthew Waters
d3af4c7dd0
update for gitlab move
2018-11-03 19:57:32 +11:00
George Kiagiadakis
e6ecd52a4e
mediatype-audio-raw: document GstAudioMeta
2018-10-27 13:20:30 +03:00
Nirbheek Chauhan
0f937e787f
cerbero: Update documentation for Python 3 and Meson
...
WiX has also moved its homepage and repositories
2018-10-12 22:16:45 +05:30
Tony Jinwoo Ahn
d8ce611a3a
basic-tutorial-6: Remove trailing bracket for code consistency
...
To make consistency with code nearby, remove bracket
https://bugzilla.gnome.org/show_bug.cgi?id=797243
2018-10-11 16:03:10 +03:00
H1Gdev
40c51b1d9f
markdown: Fix typo in docs
...
https://bugzilla.gnome.org/show_bug.cgi?id=797129
2018-09-25 08:51:12 +01:00
H1Gdev
dc245b1587
Android tutorials: Fix compile warnings
...
https://bugzilla.gnome.org/show_bug.cgi?id=797170
2018-09-19 12:32:53 +03:00
H1Gdev
69ebd96fef
markdown: Fix typo in docs (2)
...
https://bugzilla.gnome.org/show_bug.cgi?id=797129
2018-09-14 09:35:51 +03:00
H1Gdev
9f622daacb
markdown: Fix typo in docs
...
https://bugzilla.gnome.org/show_bug.cgi?id=797129
2018-09-12 10:31:24 +03:00
Mathieu Duponchelle
e2a018290c
windows: add path to Property Manager for VS2017
2018-07-23 18:56:10 +02:00
Mathieu Duponchelle
82dd7c3215
Android tutorials: add gradle build system
...
https://bugzilla.gnome.org/show_bug.cgi?id=796570
2018-06-14 17:25:18 +02:00
Tomislav Tustonic
9b5958a221
basic-tutorial-13: Step events need absolute values for the rate
...
They can't change playback direction but are based on the current
playback direction.
https://bugzilla.gnome.org/show_bug.cgi?id=796503
2018-06-13 10:58:38 +03:00
Jacques de Broin
7aea060a60
gst-docs: add return value to appsink callback in tutorial
...
The "crude waveform generator" sample application in "Basic
tutorial 8: Short-cutting the pipeline" was lacking the return value
so it was only being invoked once.
https://bugzilla.gnome.org/show_bug.cgi?id=796476
2018-06-06 00:33:19 +03:00
Jacques de Broin
c25c296760
gst-docs: add return value to appsink callback in tutorial and example code
...
The "crude waveform generator" sample application in "Basic
tutorial 8: Short-cutting the pipeline" was lacking the return value
so it was only being invoked once.
https://bugzilla.gnome.org/show_bug.cgi?id=796476
2018-06-05 08:50:14 +03:00
Nicolas Dufresne
a701fecc19
GL plugins has been moved
2018-05-18 14:50:14 -04:00
Thibault Saunier
32496ef66b
ges-launch: Add information about titles
2018-03-30 18:39:38 -03:00
Edward Hervey
d2998815d1
design: Update TODO document
...
A lot of things have already been fixed in 1.x
2018-03-26 09:53:38 +02:00
Sebastian Dröge
825b9552ba
advanced/pipeline-manipulation: Unref appsink after usage
2018-02-17 00:16:35 +02:00
Nicolas Dufresne
50f5243e7f
design: Retitle subtitle-overlays to avoid overlfow
2017-12-20 14:49:46 -05:00
Sebastian Dröge
30f8595780
playback-tutorial-3/basic-tutorial-8: Fix buffer duration calculations
...
Same as last commit in various other places
https://bugzilla.gnome.org/show_bug.cgi?id=791408
2017-12-09 14:01:51 +02:00
Nicolas Dufresne
a20b2cc27a
Use gst_sample_unref to unref GstSample in tutorials
2017-12-07 19:48:43 -05:00
Sebastian Dröge
6cf853997a
Remove audio_caps_text in the tutorials
...
The caps are created from a GstAudioInfo, not from a string.
https://bugzilla.gnome.org/show_bug.cgi?id=791157
2017-12-03 12:57:25 +02:00
Nicolas Dufresne
dfc6962eb8
installing: Fix a typo GSTreamer -> GStreamer
2017-12-02 14:22:45 -05:00
Jinwoo Ahn
7665679eb6
tutorials: time-management: fix typo
...
https://bugzilla.gnome.org/show_bug.cgi?id=790196
2017-11-11 11:02:23 +00:00
Jinwoo Ahn
adc2740ad4
contribute: index: fix typo
...
https://bugzilla.gnome.org/show_bug.cgi?id=790021
2017-11-07 19:01:37 +01:00
Reynaldo H. Verdejo Pinochet
76a492c467
tools: gst-launch: improve content and formatting
2017-10-19 21:59:49 -07:00
Reynaldo H. Verdejo Pinochet
764b8d0c70
faq: git: improve content and formatting
2017-10-19 20:48:47 -07:00
Reynaldo H. Verdejo Pinochet
c7e333ca16
tutorials: ios: basic: fix missing markup
2017-10-19 15:27:16 -07:00
Reynaldo H. Verdejo Pinochet
72b1484958
tutorials: ios: basic: drop unneeded indentation from single block source code samples
2017-10-19 15:16:09 -07:00
Reynaldo H. Verdejo Pinochet
27860cb090
tutorials: ios: basic: fix missing markup
2017-10-19 15:15:41 -07:00
Francisco Velazquez
46932561bf
gst-launch: fix copy paste error
...
s/gst-inspect-1.0/gst-launch-1.0
2017-10-19 16:58:12 +02:00