platform/upstream/gstreamer.git
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

4 years agoupdate elements.md
ekwange [Sun, 2 Feb 2020 14:55:35 +0000 (23:55 +0900)]
update elements.md

4 years agobasic-tutorial-3: Add audioresample
Vivia Nikolaidou [Mon, 27 Jan 2020 13:53:27 +0000 (15:53 +0200)]
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.

4 years agobasic-tutorial-3: Add audioresample
Vivia Nikolaidou [Mon, 27 Jan 2020 13:53:27 +0000 (15:53 +0200)]
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.

4 years agoios: use dash to register plugin
Stéphane Cerveau [Sat, 4 Jan 2020 16:09:43 +0000 (16:09 +0000)]
ios: use dash to register plugin

The dash plugin contains now:

- dashdemux
- dashsink

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

4 years agotutorials/basic/debugging-tools: GST_LEVEL_MEMDUMP is 9 and not 8
Sebastian Dröge [Wed, 11 Dec 2019 21:22:35 +0000 (23:22 +0200)]
tutorials/basic/debugging-tools: GST_LEVEL_MEMDUMP is 9 and not 8

4 years agoallocation: document how to negotiate video buffers layout
Guillaume Desmottes [Mon, 4 Nov 2019 13:22:50 +0000 (14:22 +0100)]
allocation: document how to negotiate video buffers layout

4 years agoios/tutorials/2: add missing -lc++ linking argument
Matthew Waters [Thu, 5 Dec 2019 13:04:46 +0000 (00:04 +1100)]
ios/tutorials/2: add missing -lc++ linking argument

It's present in all the other tutorials performing more than just
gst_init(); gst_deinit();

4 years agoios-tutorials: update for ios-11 minimum
Matthew Waters [Mon, 2 Dec 2019 23:20:23 +0000 (10:20 +1100)]
ios-tutorials: update for ios-11 minimum

https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/356

4 years agodesign: first pass at some OpenGL design documentation
Matthew Waters [Fri, 8 Nov 2019 07:56:24 +0000 (18:56 +1100)]
design: first pass at some OpenGL design documentation

4 years agositemap: make the root a gi index
Mathieu Duponchelle [Mon, 4 Nov 2019 16:01:57 +0000 (17:01 +0100)]
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.

4 years agoseeking: Add some info on instant-rate changes to the design docs
Jan Schmidt [Sat, 2 Nov 2019 16:21:00 +0000 (03:21 +1100)]
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

4 years agoinstalling/android: Use the correct NDK version, not latest
Nirbheek Chauhan [Mon, 23 Sep 2019 08:28:57 +0000 (13:58 +0530)]
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.

4 years agoapp-dev/playback-components: add missing gst_clear_caps
Jordan Petridis [Fri, 20 Sep 2019 13:53:47 +0000 (16:53 +0300)]
app-dev/playback-components: add missing gst_clear_caps

4 years agogst-launch: document how to run a pipeline with a specific latency
Guillaume Desmottes [Thu, 5 Sep 2019 06:12:18 +0000 (11:42 +0530)]
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.

4 years agotutorials: basic: hello-world: add links
Askar Safin [Wed, 28 Aug 2019 13:08:09 +0000 (16:08 +0300)]
tutorials: basic: hello-world: add links

Also resync markdown code excerpts with the example's source code

4 years agoUpdate theme
Thibault Saunier [Tue, 27 Aug 2019 23:07:55 +0000 (19:07 -0400)]
Update theme

4 years agoRemove now unused plugins.md file
Thibault Saunier [Mon, 26 Aug 2019 22:46:49 +0000 (18:46 -0400)]
Remove now unused plugins.md file

4 years agomarkdown: mediatype-video-raw.md: Fix broken formatting
Seungha Yang [Tue, 13 Aug 2019 14:49:12 +0000 (23:49 +0900)]
markdown: mediatype-video-raw.md: Fix broken formatting

4 years agodesign: Fix typos, indentions, and assorted improvements. Delete
ekwange [Thu, 22 Aug 2019 05:15:43 +0000 (14:15 +0900)]
design: Fix typos, indentions, and assorted improvements. Delete
description of drain event

4 years agotutorials: fix playback-speed example
Askar Safin [Wed, 14 Aug 2019 21:12:34 +0000 (00:12 +0300)]
tutorials: fix playback-speed example

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/425
Also avoids duplication

4 years agodesign: Fix typos in docs
ekwange [Wed, 14 Aug 2019 05:13:08 +0000 (14:13 +0900)]
design: Fix typos in docs

4 years agoPort gst_element_query*() functions over to the 1.0 API
Sebastian Dröge [Mon, 12 Aug 2019 08:57:22 +0000 (11:57 +0300)]
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

4 years agoUpdate index.md
Gaurav Kalra [Mon, 11 Mar 2019 04:29:11 +0000 (04:29 +0000)]
Update index.md

4 years agoTypo in boiler.md
Ralf Sippl [Wed, 27 Mar 2019 18:34:43 +0000 (18:34 +0000)]
Typo in boiler.md

4 years agoFix table layout in basics.md
Ralf Sippl [Wed, 27 Mar 2019 12:31:21 +0000 (12:31 +0000)]
Fix table layout in basics.md

4 years agoFix links in basics.md
Ralf Sippl [Wed, 27 Mar 2019 12:25:25 +0000 (12:25 +0000)]
Fix links in basics.md

4 years agoTypos in preface.md
Ralf Sippl [Wed, 27 Mar 2019 09:43:09 +0000 (09:43 +0000)]
Typos in preface.md

4 years agoUpdate on-windows.md: specify approximate disk cost for x64 as of v1.15.1
R Kh [Thu, 24 Jan 2019 20:58:51 +0000 (20:58 +0000)]
Update on-windows.md: specify approximate disk cost for x64 as of v1.15.1

4 years agoUpdate on-windows.md: fix formatting around environment variables, improve wording...
R Kh [Thu, 24 Jan 2019 20:10:22 +0000 (20:10 +0000)]
Update on-windows.md: fix formatting around environment variables, improve wording, split excessively long lines.

4 years agovideo.md: Add links to GStreamer conferences 2017 and 2018
Thibault Saunier [Thu, 1 Aug 2019 03:29:52 +0000 (03:29 +0000)]
video.md: Add links to GStreamer conferences 2017 and 2018

4 years agoRemove reference to the old sdk.
Olivier Crête [Wed, 6 Mar 2019 22:33:08 +0000 (17:33 -0500)]
Remove reference to the old sdk.

Remove link to config file from 0.10 version. It doesn't work with modern cerbero.

5 years agodynamic-pipelines: Make the "GStreamer states" table a proper table
Thibault Saunier [Thu, 27 Jun 2019 03:11:54 +0000 (03:11 +0000)]
dynamic-pipelines: Make the "GStreamer states" table a proper table

5 years agoUpdate clocks.md - fix some 'broken' sentences, typos
Ralf Sippl [Mon, 25 Mar 2019 13:13:57 +0000 (13:13 +0000)]
Update clocks.md - fix some 'broken' sentences, typos

5 years agonavbar: Fix link to GStreamer core lib
Thibault Saunier [Sat, 1 Jun 2019 03:45:09 +0000 (23:45 -0400)]
navbar: Fix link to GStreamer core lib

We do not suffix subprojects with the API version anymore

5 years agoindex: point Get Started link towards tutorials
Mathieu Duponchelle [Thu, 30 May 2019 02:03:02 +0000 (04:03 +0200)]
index: point Get Started link towards tutorials

5 years agoHeavily refactor the sitemap
Mathieu Duponchelle [Sun, 26 May 2019 22:32:55 +0000 (00:32 +0200)]
Heavily refactor the sitemap

5 years agoRemove old school plugins listing generator
Thibault Saunier [Tue, 21 May 2019 12:22:52 +0000 (08:22 -0400)]
Remove old school plugins listing generator

5 years agoList all GStreamer elements on the plugins index page
Thibault Saunier [Tue, 21 May 2019 12:18:53 +0000 (08:18 -0400)]
List all GStreamer elements on the plugins index page

5 years agodevhelp: specify --devhelp-online
Mathieu Duponchelle [Sun, 26 May 2019 10:38:38 +0000 (12:38 +0200)]
devhelp: specify --devhelp-online

5 years agoUpdate theme
Thibault Saunier [Fri, 17 May 2019 20:47:15 +0000 (16:47 -0400)]
Update theme

5 years agoUpdate the readme now that plugins doc cache is manually built
Thibault Saunier [Thu, 16 May 2019 17:57:05 +0000 (13:57 -0400)]
Update the readme now that plugins doc cache is manually built

See https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36

5 years agogitlab: Use the standard gst-ci definition
Thibault Saunier [Fri, 26 Apr 2019 01:07:12 +0000 (21:07 -0400)]
gitlab: Use the standard gst-ci definition

5 years agoUpdate the README with information about API documentation
Thibault Saunier [Wed, 24 Apr 2019 22:45:37 +0000 (18:45 -0400)]
Update the README with information about API documentation

5 years agoFix link to API documentation
Thibault Saunier [Tue, 23 Apr 2019 20:43:08 +0000 (16:43 -0400)]
Fix link to API documentation

assuming we are building it as part of our build

5 years agoMake sure to add GStreamer cflags building the doc
Thibault Saunier [Wed, 6 Mar 2019 12:24:19 +0000 (09:24 -0300)]
Make sure to add GStreamer cflags building the doc

Required for our examples

5 years agoAdd a 'release' target to generate a ready to install tarball
Thibault Saunier [Wed, 15 Aug 2018 16:59:25 +0000 (13:59 -0300)]
Add a 'release' target to generate a ready to install tarball

5 years agoBuild GStreamer modules API documentation as part of our build
Thibault Saunier [Fri, 26 Apr 2019 01:05:06 +0000 (21:05 -0400)]
Build GStreamer modules API documentation as part of our build

Adding a nice landing page.

And update emoticons.

Using meson subprojects

5 years ago.gitignore: Adds HTML and backup files
Francisco Javier Velázquez-García (francisv) [Fri, 3 May 2019 14:21:49 +0000 (16:21 +0200)]
.gitignore: Adds HTML and backup files

5 years agoindex.md: Minor typo fix and other minor improvements
Francisco Javier Velázquez-García (francisv) [Fri, 3 May 2019 14:21:08 +0000 (16:21 +0200)]
index.md: Minor typo fix and other minor improvements

5 years agoPass our C files to gst-indent
Thibault Saunier [Thu, 7 Feb 2019 19:32:58 +0000 (16:32 -0300)]
Pass our C files to gst-indent

5 years agoBack to development
Tim-Philipp Müller [Wed, 24 Apr 2019 14:05:52 +0000 (15:05 +0100)]
Back to development

5 years agoRelease 1.16.0
Tim-Philipp Müller [Wed, 24 Apr 2019 14:04:56 +0000 (15:04 +0100)]
Release 1.16.0

5 years agoapplication-development: basics: fix unclosed parenthesis
Luis de Bethencourt [Tue, 16 Apr 2019 22:02:58 +0000 (18:02 -0400)]
application-development: basics: fix unclosed parenthesis

5 years agoUpdate tracing.md: Add examples of reported and per-element latencies
Julian Bouzas [Thu, 21 Mar 2019 10:25:38 +0000 (11:25 +0100)]
Update tracing.md: Add examples of reported and per-element latencies

5 years agoUpdate dparams.md - minor fixes (typo, punctuation)
Ralf Sippl [Mon, 25 Mar 2019 14:11:04 +0000 (14:11 +0000)]
Update dparams.md - minor fixes (typo, punctuation)

5 years agoUpdate metadata.md - fix function names
Ralf Sippl [Mon, 25 Mar 2019 10:34:09 +0000 (10:34 +0000)]
Update metadata.md - fix function names

5 years agoUpdate interfaces.md - Typos
Ralf Sippl [Mon, 25 Mar 2019 10:54:43 +0000 (10:54 +0000)]
Update interfaces.md - Typos

5 years agohelloworld: add missing reference link definition
Mathieu Duponchelle [Mon, 25 Mar 2019 10:52:23 +0000 (11:52 +0100)]
helloworld: add missing reference link definition

5 years agoUpdate pads.md (fix plural form typo)
Ralf Sippl [Mon, 25 Mar 2019 07:16:48 +0000 (07:16 +0000)]
Update pads.md (fix plural form typo)

5 years agoUpdate helloworld.md (fix link to "Higher-level interfaces")
Ralf Sippl [Mon, 25 Mar 2019 09:19:59 +0000 (09:19 +0000)]
Update helloworld.md (fix link to "Higher-level interfaces")

5 years agoUpdate pads.md: fix GstCaps and GstStructure links
Ralf Sippl [Mon, 25 Mar 2019 07:48:51 +0000 (07:48 +0000)]
Update pads.md: fix GstCaps and GstStructure links

5 years agoios tutorials: make tutorial 4/5 work correclty again
Matthew Waters [Wed, 20 Mar 2019 15:08:41 +0000 (02:08 +1100)]
ios tutorials: make tutorial 4/5 work correclty again

Inspiration from the following commits:
https://gitlab.freedesktop.org/gstreamer/gst-examples/commit/5188475abd0509c7646da2363702f46b414fd98b
https://gitlab.freedesktop.org/gstreamer/gst-examples/commit/49c92a9752af56a955b449a600c31de051060ffe
https://gitlab.freedesktop.org/gstreamer/gst-examples/commit/30e730bccc40635ab0b54d533a6e3b9af865d378
https://gitlab.freedesktop.org/gstreamer/gst-examples/commit/4a62c09504f2f61c5dfc732e76b85d68744a85eb

5 years agoios tutorials: update gst_ios_init files to the latest
Matthew Waters [Wed, 20 Mar 2019 15:07:33 +0000 (02:07 +1100)]
ios tutorials: update gst_ios_init files to the latest

5 years agoios tutorials: update for newer xcode
Matthew Waters [Wed, 20 Mar 2019 15:05:41 +0000 (02:05 +1100)]
ios tutorials: update for newer xcode

5 years agoFix double comma. Fix 'have to need to'.
pfee [Tue, 29 Jan 2019 14:50:03 +0000 (14:50 +0000)]
Fix double comma.  Fix 'have to need to'.

5 years agoClosing bracket. Switched To -> For.
pfee [Tue, 29 Jan 2019 09:49:02 +0000 (09:49 +0000)]
Closing bracket.  Switched To -> For.

5 years agoMinor changes to Application Development Manual
pfee [Tue, 29 Jan 2019 00:17:19 +0000 (00:17 +0000)]
Minor changes to Application Development Manual

5 years agoGrammar and typo fixes.
pfee [Mon, 28 Jan 2019 16:10:30 +0000 (16:10 +0000)]
Grammar and typo fixes.

5 years agoUpdate gst-launch.md: oops, replace non-breaking spaces by normal ones in text paragr...
R Kh [Thu, 24 Jan 2019 01:41:53 +0000 (01:41 +0000)]
Update gst-launch.md: oops, replace non-breaking spaces by normal ones in text paragraphs (this also fixes list formatting).

5 years agoUpdate gst-launch.md: add link, fix/improve formatting.
R Kh [Thu, 24 Jan 2019 01:30:00 +0000 (01:30 +0000)]
Update gst-launch.md: add link, fix/improve formatting.

5 years agoUpdate pipeline-manipulation.md: fix local link; fix a typo in “see”; fix “appsink...
R Kh [Thu, 24 Jan 2019 00:19:48 +0000 (00:19 +0000)]
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).

5 years agoUpdate preroll.md: fix link to “Sink element”; fix list punctuation.
R Kh [Wed, 23 Jan 2019 23:55:11 +0000 (23:55 +0000)]
Update preroll.md: fix link to “Sink element”; fix list punctuation.

5 years agoAdd 2017 and 2018 conferences.
Ido Ariel [Tue, 22 Jan 2019 13:52:08 +0000 (13:52 +0000)]
Add 2017 and 2018 conferences.

5 years agoUpdate plugins.md
Neeraj Singh Rajpoot [Thu, 17 Jan 2019 08:09:51 +0000 (08:09 +0000)]
Update plugins.md