Nirbheek Chauhan
2ebc27b5e9
installing: Document how to build gstreamer releases with cerbero
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/151 >
2021-04-12 08:20:41 +05:30
Nirbheek Chauhan
54e1dbd613
installing: Clarify when to use Meson and when to use Cerbero
...
It seems people are getting confused by this and thinking that Meson
replaces Cerbero.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/151 >
2021-04-12 08:20:41 +05:30
Nirbheek Chauhan
35b3a4ab25
installing: Update the documentation for building with Cerbero
...
This was horrendously out of date. Copy over the instructions from
Cerbero's README file.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/151 >
2021-04-12 08:20:41 +05:30
Raleigh Littles III
0b8b6f83ad
Update short-cutting-the-pipeline.md to fix typo
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/112 >
2021-04-07 23:44:38 +00:00
Raleigh Littles III
d02846af8d
Update gstreamer-tools.md to fix typo
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/113 >
2021-04-07 22:57:37 +00:00
Arthur Crippa Búrigo
0fa06f4805
Update pipeline-manipulation.md
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/146 >
2021-03-23 15:54:55 +00:00
Matthew Waters
10a461daf4
gst: don't use volatile to mean atomic
...
volatile is not sufficient to provide atomic guarantees and real atomics
should be used instead. GCC 11 has started warning about using volatile
with atomic operations.
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1719
Discovered in https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues/868
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/150 >
2021-03-19 17:31:51 +11:00
Nirbheek Chauhan
3b2f3939a4
design: Update states architectural documentation
...
We now have STATE_TARGET, which is subtly different from STATE_PENDING
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/149 >
2021-03-15 16:11:12 +05:30
Mathieu Duponchelle
c1fa62f971
symbol_index: update for newly-documented vulkan callback fields
...
Those symbols aren't available on my machine, adding manually
2021-03-08 19:41:17 +01:00
Mathieu Duponchelle
e035696697
symbol_index: update for newly-documented callback fields
2021-03-08 19:14:11 +01:00
Florian Karydes
9163aad08a
Install *-dev
packages in Linux to get headers
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/147 >
2021-03-05 08:00:13 +01:00
Arthur Crippa Búrigo
fb03f38d4a
Update markdown/application-development/introduction/basics.md
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/144 >
2021-03-03 23:45:53 +00:00
Arthur Crippa Búrigo
b299a89d4e
pads: fix gst-inspect command formatting
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/145 >
2021-03-03 18:59:35 +00:00
Thibault Saunier
a404417a0d
symbols: Add GstTranscoderClass.parent_class
...
This is to work around https://github.com/hotdoc/hotdoc/pull/222
2021-02-26 11:55:27 -03:00
Thibault Saunier
be2353ba9a
tutorials: Make basic-tutorial-2.py executable
2021-02-26 11:55:13 -03:00
P H
d41dea6f62
Update toolkit-integration.md for typo in compile command
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/143 >
2021-02-24 08:53:31 +00:00
Seungha Yang
ceebdeba41
symbols: Address GType name change of d3d11convert after 1.18 release
...
GType name of d3d11convert element is GstD3D11Convert now
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/142 >
2021-02-23 01:45:26 +09:00
John Hassell
2f8df7bea8
Removed passive voice from 'IDLE' probe usefulness description, corrected spelling.
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/141 >
2021-02-16 21:52:53 +00:00
John Hassell
4b8eaebda2
Spelling and grammatical changes.
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/141 >
2021-02-16 17:17:48 +00:00
Sonny Piers
d4d393eabf
Update Fedora instructions
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/140 >
2021-02-14 12:17:15 +00:00
Mathieu Duponchelle
268c325b4e
Update hotdoc theme
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/139 >
2021-02-01 22:30:59 +01:00
Mathieu Duponchelle
a72ec55b87
Update hotdoc theme
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/138 >
2021-02-01 14:56:20 +01:00
Peter Boba
2248c5a389
Fix time-management tutorial sample code
...
Adds newline to a print statement so it doesn't overwrite the position
output. (I'd like to see the last timestamp for the position output).
2021-01-24 21:45:49 +01:00
Mathieu Duponchelle
c36c87e47f
symbols: list gst_value_array_* and gst_value_list_*
...
Those existing symbols will be newly-documented by hotdoc
when updating to a more recent version
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/136 >
2021-01-19 19:25:24 +01:00
Seungha Yang
58a06bbdf9
symbols: Add gst_query_ref() symbol
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/134 >
2021-01-11 22:14:06 +09:00
R S Nikhil Krishna
ddbe5ce83b
Updated python port of Tutorial 2 with fixed line numbers
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/126 >
2021-01-05 18:04:56 -03:00
Thibault Saunier
be19c30254
Update theme and use new way of specifying gi language in markdown
2021-01-04 14:56:14 +00:00
Baek
d614591657
Fix typo
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/129 >
2020-12-26 07:12:33 +00:00
Stéphane Cerveau
4000e4b55e
plugin: update the doc to declare a typefind
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/117 >
2020-12-11 10:12:39 +01:00
Stéphane Cerveau
5a004ed35b
plugin: update doc to declare an element
...
Use GST_ELEMENT_REGISTER_DEFINE in addition
to G_DEFINE_TYPE
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/117 >
2020-12-11 10:12:39 +01:00
Thibault Saunier
491bf70f89
tutorial: Add notice about missing language ports
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/124 >
2020-12-07 11:14:56 -03:00
Thibault Saunier
de01b82504
tutorials: Port 'hello world' to python
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/124 >
2020-12-07 11:14:56 -03:00
Thibault Saunier
e085b45563
Add template files to handle language in tutorials
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/124 >
2020-12-07 11:12:35 -03:00
Axel Kellermann
df3a6542a2
Fix typos in streaming.md
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/123 >
2020-12-02 19:04:40 +00:00
Axel Kellermann
172ace3cc2
Fix typos in media-information-gathering.md
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/122 >
2020-12-02 16:08:01 +00:00
Kellermann Axel
21c74fccc2
Fix typo in multithreading-and-pad-availability.md
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/120 >
2020-12-02 10:08:18 +00:00
Thibault Saunier
22583b71c5
symbols: Add encodebin2 symbols
2020-11-30 18:15:32 -03:00
Luis Paulo Fernandes de Barros
c56de2aaef
Fix dynamic-pipelines.md tutorial text
...
The text and the piece of code that describes the link process of data.convert e data.sink are missing data.resample.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/116 >
2020-10-07 10:35:36 -03:00
Thibault Saunier
c2fe568cec
symbols: update for isomp4 class hierarchy shuffle
...
v2
2020-09-30 08:57:18 -03:00
Nirbheek Chauhan
1db1bbc8ba
tutorials: Remove libvisual plugin from iOS tutorials
...
We won't be building the plugin in Cerbero anymore, so remove it from
the tutorial too. See:
https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/605
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/111 >
2020-09-21 08:05:33 +00:00
Matthew Waters
0b67867c1e
symbols: update for isomp4 class hierarchy shuffle
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/114 >
2020-09-18 21:30:22 +10:00
Tim-Philipp Müller
523b539769
Back to development
2020-09-08 16:59:23 +01:00
Tim-Philipp Müller
c714cc6028
Release 1.18.0
2020-09-08 00:22:25 +01:00
Sebastian Dröge
bf4187016a
Include LICENSE.XXX files in the tarball
2020-09-03 23:58:31 +03:00
Sebastian Dröge
460cf29289
Fix up licensing information of the documentation
...
The tutorials are licensed under the CC BY-SA 4.0 license but all other
documentation (especially API reference and design documentation) is
LGPL v2.1+.
Also the tutorials are not LGPL v2.1-only but also allow any later
version.
2020-09-03 23:53:47 +03:00
Sebastian Dröge
b3981daca0
Add license blurb from README.md to RELEASE_README.md so it's included in the tarball
...
Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/issues/69
2020-09-03 23:38:43 +03:00
Tim-Philipp Müller
cc7c633211
Release 1.17.90
2020-08-20 16:17:00 +01:00
Matthew Waters
43395d0f89
symbols: remove vulkan library sybmols
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/109 >
2020-08-15 02:03:36 +10:00
Tim-Philipp Müller
ccb4ece73f
scripts: release: Filter out duplicate js search assets for devhelp dir
...
Don't really need this for the devhelp pages.
Reduces tarball size by ~30%.
Fixes #61
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/103 >
2020-08-07 12:25:39 +00:00
Mathieu Duponchelle
900726eaf5
meson: update theme version
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/104 >
2020-08-04 21:56:32 +02:00