platform/upstream/gstreamer.git
3 years agocontribute: update backporting workflow section
Tim-Philipp Müller [Sat, 15 May 2021 17:02:04 +0000 (18:02 +0100)]
contribute: update backporting workflow section

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/154>

3 years agomediatype-video-raw: add RGBP and BGRP formats
Haihao Xiang [Mon, 10 May 2021 08:13:22 +0000 (16:13 +0800)]
mediatype-video-raw: add RGBP and BGRP formats

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/153>

3 years agoUse gst_element_request_pad_simple...
François Laignel [Thu, 22 Apr 2021 15:26:33 +0000 (17:26 +0200)]
Use gst_element_request_pad_simple...

Instead of the deprecated gst_element_get_request_pad.

3 years agoinstalling: Add some docs for CI setup of cerbero
Nirbheek Chauhan [Fri, 9 Apr 2021 06:29:55 +0000 (11:59 +0530)]
installing: Add some docs for CI setup of cerbero

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/151>

3 years agoinstalling: Document how to build gstreamer releases with cerbero
Nirbheek Chauhan [Fri, 9 Apr 2021 06:08:27 +0000 (11:38 +0530)]
installing: Document how to build gstreamer releases with cerbero

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/151>

3 years agoinstalling: Clarify when to use Meson and when to use Cerbero
Nirbheek Chauhan [Fri, 9 Apr 2021 06:04:07 +0000 (11:34 +0530)]
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>

3 years agoinstalling: Update the documentation for building with Cerbero
Nirbheek Chauhan [Fri, 9 Apr 2021 06:03:23 +0000 (11:33 +0530)]
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>

3 years agoUpdate short-cutting-the-pipeline.md to fix typo
Raleigh Littles III [Sun, 20 Sep 2020 19:25:22 +0000 (19:25 +0000)]
Update short-cutting-the-pipeline.md to fix typo

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/112>

3 years agoUpdate gstreamer-tools.md to fix typo
Raleigh Littles III [Sun, 20 Sep 2020 22:06:07 +0000 (22:06 +0000)]
Update gstreamer-tools.md to fix typo

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/113>

3 years agoUpdate pipeline-manipulation.md
Arthur Crippa Búrigo [Wed, 3 Mar 2021 02:16:50 +0000 (02:16 +0000)]
Update pipeline-manipulation.md

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/146>

3 years agogst: don't use volatile to mean atomic
Matthew Waters [Fri, 19 Mar 2021 06:31:51 +0000 (17:31 +1100)]
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>

3 years agodesign: Update states architectural documentation
Nirbheek Chauhan [Mon, 15 Mar 2021 10:37:30 +0000 (16:07 +0530)]
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>

3 years agosymbol_index: update for newly-documented vulkan callback fields
Mathieu Duponchelle [Mon, 8 Mar 2021 18:41:17 +0000 (19:41 +0100)]
symbol_index: update for newly-documented vulkan callback fields

Those symbols aren't available on my machine, adding manually

3 years agosymbol_index: update for newly-documented callback fields
Mathieu Duponchelle [Mon, 8 Mar 2021 18:14:11 +0000 (19:14 +0100)]
symbol_index: update for newly-documented callback fields

3 years agoInstall `*-dev` packages in Linux to get headers
Florian Karydes [Fri, 5 Mar 2021 07:00:13 +0000 (08:00 +0100)]
Install `*-dev` packages in Linux to get headers

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/147>

3 years agoUpdate markdown/application-development/introduction/basics.md
Arthur Crippa Búrigo [Thu, 25 Feb 2021 20:18:28 +0000 (20:18 +0000)]
Update markdown/application-development/introduction/basics.md

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/144>

3 years agopads: fix gst-inspect command formatting
Arthur Crippa Búrigo [Sat, 27 Feb 2021 18:32:28 +0000 (18:32 +0000)]
pads: fix gst-inspect command formatting

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/145>

3 years agosymbols: Add `GstTranscoderClass.parent_class`
Thibault Saunier [Fri, 26 Feb 2021 14:55:27 +0000 (11:55 -0300)]
symbols: Add `GstTranscoderClass.parent_class`

This is to work around https://github.com/hotdoc/hotdoc/pull/222

3 years agotutorials: Make basic-tutorial-2.py executable
Thibault Saunier [Tue, 5 Jan 2021 21:52:46 +0000 (18:52 -0300)]
tutorials: Make basic-tutorial-2.py executable

3 years agoUpdate toolkit-integration.md for typo in compile command
P H [Wed, 24 Feb 2021 08:53:31 +0000 (08:53 +0000)]
Update toolkit-integration.md for typo in compile command

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/143>

3 years agosymbols: Address GType name change of d3d11convert after 1.18 release
Seungha Yang [Mon, 22 Feb 2021 16:44:56 +0000 (01:44 +0900)]
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>

3 years agoRemoved passive voice from 'IDLE' probe usefulness description, corrected spelling.
John Hassell [Tue, 16 Feb 2021 21:52:53 +0000 (21:52 +0000)]
Removed passive voice from 'IDLE' probe usefulness description, corrected spelling.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/141>

3 years agoSpelling and grammatical changes.
John Hassell [Tue, 16 Feb 2021 17:17:48 +0000 (17:17 +0000)]
Spelling and grammatical changes.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/141>

3 years agoUpdate Fedora instructions
Sonny Piers [Sun, 14 Feb 2021 12:17:15 +0000 (12:17 +0000)]
Update Fedora instructions

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/140>

3 years agoUpdate hotdoc theme
Mathieu Duponchelle [Mon, 1 Feb 2021 21:30:37 +0000 (22:30 +0100)]
Update hotdoc theme

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/139>

3 years agoUpdate hotdoc theme
Mathieu Duponchelle [Mon, 1 Feb 2021 13:56:20 +0000 (14:56 +0100)]
Update hotdoc theme

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/138>

3 years agoFix time-management tutorial sample code
Peter Boba [Sun, 24 Jan 2021 20:45:49 +0000 (21:45 +0100)]
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).

3 years agosymbols: list gst_value_array_* and gst_value_list_*
Mathieu Duponchelle [Tue, 19 Jan 2021 18:25:21 +0000 (19:25 +0100)]
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>

3 years agosymbols: Add gst_query_ref() symbol
Seungha Yang [Mon, 11 Jan 2021 12:38:35 +0000 (21:38 +0900)]
symbols: Add gst_query_ref() symbol

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/134>

3 years agoUpdated python port of Tutorial 2 with fixed line numbers
R S Nikhil Krishna [Mon, 28 Dec 2020 20:18:30 +0000 (01:48 +0530)]
Updated python port of Tutorial 2 with fixed line numbers

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/126>

3 years agoUpdate theme and use new way of specifying gi language in markdown
Thibault Saunier [Mon, 4 Jan 2021 14:55:17 +0000 (11:55 -0300)]
Update theme and use new way of specifying gi language in markdown

3 years agoFix typo
Baek [Sat, 26 Dec 2020 07:12:33 +0000 (07:12 +0000)]
Fix typo

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/129>

3 years agoplugin: update the doc to declare a typefind
Stéphane Cerveau [Thu, 10 Dec 2020 16:16:26 +0000 (17:16 +0100)]
plugin: update the doc to declare a typefind

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/117>

3 years agoplugin: update doc to declare an element
Stéphane Cerveau [Fri, 6 Nov 2020 09:30:35 +0000 (10:30 +0100)]
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>

3 years agotutorial: Add notice about missing language ports
Thibault Saunier [Sat, 5 Dec 2020 00:46:02 +0000 (21:46 -0300)]
tutorial: Add notice about missing language ports

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/124>

3 years agotutorials: Port 'hello world' to python
Thibault Saunier [Fri, 4 Dec 2020 19:10:51 +0000 (16:10 -0300)]
tutorials: Port 'hello world' to python

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/124>

3 years agoAdd template files to handle language in tutorials
Thibault Saunier [Fri, 4 Dec 2020 19:10:51 +0000 (16:10 -0300)]
Add template files to handle language in tutorials

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/124>

3 years agoFix typos in streaming.md
Axel Kellermann [Wed, 2 Dec 2020 17:10:40 +0000 (17:10 +0000)]
Fix typos in streaming.md

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/123>

3 years agoFix typos in media-information-gathering.md
Axel Kellermann [Wed, 2 Dec 2020 16:08:01 +0000 (16:08 +0000)]
Fix typos in media-information-gathering.md

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/122>

3 years agoFix typo in multithreading-and-pad-availability.md
Kellermann Axel [Wed, 2 Dec 2020 10:08:18 +0000 (10:08 +0000)]
Fix typo in multithreading-and-pad-availability.md

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/120>

3 years agosymbols: Add encodebin2 symbols
Thibault Saunier [Mon, 30 Nov 2020 19:09:55 +0000 (16:09 -0300)]
symbols: Add encodebin2 symbols

3 years agoFix dynamic-pipelines.md tutorial text
Luis Paulo Fernandes de Barros [Wed, 7 Oct 2020 13:35:36 +0000 (10:35 -0300)]
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>

3 years agosymbols: update for isomp4 class hierarchy shuffle
Thibault Saunier [Tue, 29 Sep 2020 20:08:47 +0000 (17:08 -0300)]
symbols: update for isomp4 class hierarchy shuffle

v2

3 years agotutorials: Remove libvisual plugin from iOS tutorials
Nirbheek Chauhan [Sat, 19 Sep 2020 06:07:11 +0000 (11:37 +0530)]
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>

3 years agosymbols: update for isomp4 class hierarchy shuffle
Matthew Waters [Fri, 18 Sep 2020 11:30:22 +0000 (21:30 +1000)]
symbols: update for isomp4 class hierarchy shuffle

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/114>

3 years agoBack to development
Tim-Philipp Müller [Tue, 8 Sep 2020 15:59:23 +0000 (16:59 +0100)]
Back to development

3 years agoRelease 1.18.0
Tim-Philipp Müller [Mon, 7 Sep 2020 23:10:27 +0000 (00:10 +0100)]
Release 1.18.0

3 years agoInclude LICENSE.XXX files in the tarball
Sebastian Dröge [Thu, 3 Sep 2020 20:58:31 +0000 (23:58 +0300)]
Include LICENSE.XXX files in the tarball

3 years agoFix up licensing information of the documentation
Sebastian Dröge [Thu, 3 Sep 2020 20:53:47 +0000 (23:53 +0300)]
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.

3 years agoAdd license blurb from README.md to RELEASE_README.md so it's included in the tarball
Sebastian Dröge [Thu, 3 Sep 2020 20:37:38 +0000 (23:37 +0300)]
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

3 years agoRelease 1.17.90
Tim-Philipp Müller [Thu, 20 Aug 2020 15:17:00 +0000 (16:17 +0100)]
Release 1.17.90

3 years agosymbols: remove vulkan library sybmols
Matthew Waters [Fri, 14 Aug 2020 16:03:36 +0000 (02:03 +1000)]
symbols: remove vulkan library sybmols

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/109>

3 years agoscripts: release: Filter out duplicate js search assets for devhelp dir
Tim-Philipp Müller [Fri, 17 Jul 2020 10:51:36 +0000 (11:51 +0100)]
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>

3 years agomeson: update theme version
Mathieu Duponchelle [Tue, 4 Aug 2020 19:56:28 +0000 (21:56 +0200)]
meson: update theme version

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/104>

3 years agosymbol_index: add new _FLAG define to fix CI job
Tim-Philipp Müller [Mon, 27 Jul 2020 17:26:25 +0000 (18:26 +0100)]
symbol_index: add new _FLAG define to fix CI job

See https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/579

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/108>

4 years agobuild: Fix typos from commit
Thibault Saunier [Mon, 27 Jul 2020 03:38:08 +0000 (23:38 -0400)]
build: Fix typos from commit

4 years agobuild: Minor wording fixes for the gst-build description
Thibault Saunier [Mon, 27 Jul 2020 02:53:49 +0000 (02:53 +0000)]
build: Minor wording fixes for the gst-build description

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/105>

4 years agosymbol_index: update for avtp property rename
Tim-Philipp Müller [Fri, 10 Jul 2020 17:29:01 +0000 (18:29 +0100)]
symbol_index: update for avtp property rename

See https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1397

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/102>

4 years agosymbols: Add ges version macros
Thibault Saunier [Fri, 10 Jul 2020 12:38:32 +0000 (08:38 -0400)]
symbols: Add ges version macros

See https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/issues/75

4 years agoBack to development
Tim-Philipp Müller [Fri, 3 Jul 2020 01:04:30 +0000 (02:04 +0100)]
Back to development

4 years agoRelease 1.17.2
Tim-Philipp Müller [Thu, 2 Jul 2020 23:37:52 +0000 (00:37 +0100)]
Release 1.17.2

4 years agorelease.py: fix release tarball name
Tim-Philipp Müller [Thu, 2 Jul 2020 18:57:38 +0000 (19:57 +0100)]
release.py: fix release tarball name

4 years agosymbols: update to latest list
Mathieu Duponchelle [Thu, 2 Jul 2020 16:07:36 +0000 (18:07 +0200)]
symbols: update to latest list

4 years agosymbols: remove gst prefix for plugins
Mathieu Duponchelle [Thu, 2 Jul 2020 15:42:35 +0000 (17:42 +0200)]
symbols: remove gst prefix for plugins

4 years agorelease.py: order symbols list, preserve old symbols
Mathieu Duponchelle [Thu, 2 Jul 2020 13:41:25 +0000 (15:41 +0200)]
release.py: order symbols list, preserve old symbols

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/100>

4 years agosymbols: check in symbols_version.txt
Mathieu Duponchelle [Thu, 2 Jul 2020 13:40:01 +0000 (15:40 +0200)]
symbols: check in symbols_version.txt

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/100>

4 years agoSort symbols list
Mathieu Duponchelle [Thu, 2 Jul 2020 13:15:51 +0000 (15:15 +0200)]
Sort symbols list

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/100>

4 years agomeson: docs is not an option of gst-docs
Mathieu Duponchelle [Wed, 24 Jun 2020 12:27:27 +0000 (14:27 +0200)]
meson: docs is not an option of gst-docs

Simply error out if hotdoc's version isn't recent enough
parent project can then decide whether gst-docs was required.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/98>

4 years agoRELEASE_README: add disk usage considerations section
Mathieu Duponchelle [Sat, 20 Jun 2020 22:47:24 +0000 (00:47 +0200)]
RELEASE_README: add disk usage considerations section

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/95>

4 years agoRequire hotdoc >= 0.12.2
Thibault Saunier [Tue, 23 Jun 2020 22:01:53 +0000 (18:01 -0400)]
Require hotdoc >= 0.12.2

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/97>

4 years agoMake hotdoc warn us about missing Since markers
Thibault Saunier [Tue, 23 Jun 2020 19:21:03 +0000 (15:21 -0400)]
Make hotdoc warn us about missing Since markers

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/97>

4 years agoUpdate theme
Thibault Saunier [Tue, 23 Jun 2020 15:52:25 +0000 (11:52 -0400)]
Update theme

4 years agoBack to development
Tim-Philipp Müller [Fri, 19 Jun 2020 23:28:48 +0000 (00:28 +0100)]
Back to development

4 years agoRelease 1.17.1
Tim-Philipp Müller [Fri, 19 Jun 2020 18:28:21 +0000 (19:28 +0100)]
Release 1.17.1

4 years agoREADME: fix release target name in docs
Tim-Philipp Müller [Fri, 12 Jun 2020 15:24:49 +0000 (16:24 +0100)]
README: fix release target name in docs

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/94>

4 years agoFix release tarball filename: gstreamer-docs-* instead of GStreamer-doc-*
Tim-Philipp Müller [Fri, 12 Jun 2020 15:24:12 +0000 (16:24 +0100)]
Fix release tarball filename: gstreamer-docs-* instead of GStreamer-doc-*

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/94>

4 years agoFix https url in building-from-source-using-meson.md
Kevin King [Thu, 11 Jun 2020 22:32:44 +0000 (22:32 +0000)]
Fix https url in building-from-source-using-meson.md

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/93>

4 years agoapp-dev: Stop referring to the Gst documentation as it was something different
Thibault Saunier [Tue, 9 Jun 2020 21:57:25 +0000 (21:57 +0000)]
app-dev: Stop referring to the Gst documentation as it was something different

4 years agoscripts: Rework the release tarball layout
Thibault Saunier [Wed, 27 May 2020 23:25:42 +0000 (19:25 -0400)]
scripts: Rework the release tarball layout

Adding everything to a `GStreamer-doc-%(project_version)` folder.
Printing release output directory

Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/issues/35

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/92>

4 years agoadditional: Update links to 2019 conference
Edward Hervey [Tue, 26 May 2020 05:51:58 +0000 (07:51 +0200)]
additional: Update links to 2019 conference

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/91>

4 years agoFix error on the pipeline-manipulation.md's sample code
Soohyun Lee [Wed, 29 Apr 2020 01:02:11 +0000 (10:02 +0900)]
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>

4 years agodesign: Minor update of `streams` document
Edward Hervey [Tue, 12 May 2020 06:08:10 +0000 (08:08 +0200)]
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>

4 years agoadditional: Minor cleanups to plugin split up document
Edward Hervey [Tue, 12 May 2020 05:28:30 +0000 (07:28 +0200)]
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>

4 years agocontribute/plugin: More autotools removal
Edward Hervey [Tue, 12 May 2020 16:43:10 +0000 (18:43 +0200)]
contribute/plugin: More autotools removal

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/90>

4 years agofaq/git: Remove old autotools document
Edward Hervey [Tue, 12 May 2020 16:28:26 +0000 (18:28 +0200)]
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>

4 years agoFAQ/developing: Point directly to "developing with meson" docs
Edward Hervey [Tue, 12 May 2020 13:58:46 +0000 (15:58 +0200)]
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>

4 years agocontribute: Remove link to bugzilla
Edward Hervey [Tue, 12 May 2020 13:57:59 +0000 (15:57 +0200)]
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>

4 years agoAdd meson/gst-build instructions
Edward Hervey [Fri, 10 May 2019 14:53:01 +0000 (16:53 +0200)]
Add meson/gst-build instructions

Fixes #22

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/45>

4 years agodesign: Update/Cleanup the stream-selection design doc
Edward Hervey [Mon, 11 May 2020 06:43:06 +0000 (08:43 +0200)]
design: Update/Cleanup the stream-selection design doc

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/87>

4 years agobuild: also read the subproject list from a generated file
Matthew Waters [Thu, 23 Apr 2020 03:51:03 +0000 (13:51 +1000)]
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>

4 years agoFix a typo in autoplugging document
Xidorn Quan [Fri, 10 Apr 2020 12:32:45 +0000 (12:32 +0000)]
Fix a typo in autoplugging document

4 years agotutorials: basic: update gstreamer-tools.md
Siwon Kang [Tue, 7 Apr 2020 10:34:22 +0000 (19:34 +0900)]
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.

4 years agotutorials: basic: fix typos
Siwon Kang [Tue, 7 Apr 2020 09:36:52 +0000 (18:36 +0900)]
tutorials: basic: fix typos

Fix typos in 'Basic tutorial 10: GStreamer tools' and
'Basic tutorial 12: Streaming' pages.

4 years agomediatype-video-raw: add Y412_LE and Y412_BE
Haihao Xiang [Wed, 18 Mar 2020 04:28:31 +0000 (12:28 +0800)]
mediatype-video-raw: add Y412_LE and Y412_BE

4 years agomediatype-video-raw: add Y212_LE and Y212_BE
Haihao Xiang [Wed, 18 Mar 2020 02:48:43 +0000 (10:48 +0800)]
mediatype-video-raw: add Y212_LE and Y212_BE

4 years agomediatype-video-raw: add P012_LE and P012_BE
Haihao Xiang [Tue, 10 Mar 2020 03:14:37 +0000 (11:14 +0800)]
mediatype-video-raw: add P012_LE and P012_BE

4 years agoUpdate videos.md broken links
yair [Thu, 26 Mar 2020 12:16:18 +0000 (12:16 +0000)]
Update videos.md broken links

4 years agoFix opengl.md typo
Alcaro [Tue, 10 Mar 2020 13:34:24 +0000 (13:34 +0000)]
Fix opengl.md typo

4 years agoCerbero has moved from gnutls+openssl to only openssl
Nirbheek Chauhan [Mon, 2 Mar 2020 11:08:17 +0000 (16:38 +0530)]
Cerbero has moved from gnutls+openssl to only openssl

4 years agoplugin-dev: fix broken anchor
ekwange [Tue, 18 Feb 2020 15:33:52 +0000 (00:33 +0900)]
plugin-dev: fix broken anchor