Commit graph

894 commits

Author SHA1 Message Date
Thibault Saunier
ec4ac9cacd Update theme 2019-05-17 16:47:55 -04:00
Thibault Saunier
4a44f037e2 Update the readme now that plugins doc cache is manually built
See https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36
2019-05-16 14:01:01 -04:00
Thibault Saunier
cf9239a46b gitlab: Use the standard gst-ci definition 2019-05-13 17:00:00 -04:00
Thibault Saunier
7788ad0da2 Update the README with information about API documentation 2019-05-13 16:34:00 -04: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
36069062de Make sure to add GStreamer cflags building the doc
Required for our examples
2019-05-13 11:39:10 -04:00
Thibault Saunier
dd1a0faadc Add a 'release' target to generate a ready to install tarball 2019-05-13 11:39:10 -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)
288caa0b18
.gitignore: Adds HTML and backup files 2019-05-03 16:21:49 +02: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
Thibault Saunier
d2469972f0 Pass our C files to gst-indent 2019-04-24 22:47:20 +00:00
Tim-Philipp Müller
42285ae1dc Back to development 2019-04-24 15:05:52 +01:00
Tim-Philipp Müller
ffd64b52e8 Release 1.16.0 2019-04-24 15:04:56 +01: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
Matthew Waters
ef2fd1d49e ios tutorials: make tutorial 4/5 work correclty again
Inspiration from the following commits:
5188475abd
49c92a9752
30e730bccc
4a62c09504
2019-03-21 02:08:41 +11:00
Matthew Waters
266b227024 ios tutorials: update gst_ios_init files to the latest 2019-03-21 02:07:33 +11:00
Matthew Waters
f38f88e1cb ios tutorials: update for newer xcode 2019-03-21 02:05:41 +11: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
Tim-Philipp Müller
ba2cddfc17 Sync version with other modules 2018-12-08 23:28:57 +00:00
Xavier Claessens
733d1a6a8d Check minimum meson version and duplicated project_version 2018-12-08 16:32:28 -05: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
Matthew Waters
5441a572d9 tutorials/android: Update for NDK r18 changes
libc++_shared needs to be enabled in the application in order for it to
be included and used correctly for c++ plugins.

Only symbols from libraries explicitly mentioned are exported from
libgstreamer_android.so so we need to add a couple of deps to be able to
access the necessary functions.

Requires
https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/31
https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/1
2018-11-30 09:27:25 +00: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
Jordan Petridis
fe2263a83f
CI: Update the deploy image url 2018-11-28 20:49:50 +02:00
Aaron Boxer
5f88d4077f Update rtp.md 2018-11-27 01:25:43 +00:00
Thibault Saunier
fd2d483be6 ci: Enhance the message displayed to the user about where to find the built doc 2018-11-25 14:05:25 -03:00