Commit graph

809 commits

Author SHA1 Message Date
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
Thibault Saunier
6dc194e8fc Add a .gitlab-ci.yml file to build and export the doc as gitlab pages 2018-11-25 16:33:11 +00:00
Thibault Saunier
7de2c2dc7a Fix info and warnings layout and update images 2018-11-25 16:33:11 +00:00
Thibault Saunier
ba0b1a7f66 Use meson to build the documentation 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
H1Gdev
23b989838d Android tutorials: 'compile' and 'testCompile' configurations are deprecated
Replace new configuration.
- 'compile' -> 'implementation'
- 'testCompile' -> 'testImplementation'

https://bugzilla.gnome.org/show_bug.cgi?id=797093
2018-09-07 11:49:01 +03:00
H1Gdev
20d9fe541c Android tutorials: Run 'android-tutorial-1' error on Android Studio
If Run 'android-tutorial-1' on Android Studio then property 'compileReleaseJavaWithJavac' does not exist.
So add property 'compileReleaseJavaWithJavac' check.

Fix android-tutorial-1 - android-tutorial-5.

https://bugzilla.gnome.org/show_bug.cgi?id=797070

and Replace indent from tab to space.
2018-09-07 11:48:51 +03:00
Sebastian Dröge
5734224b1e Re-namespace Android tutorials for consistency 2018-08-31 10:13:00 +03:00
H1Gdev
af2bcb3572 Android tutorials: Android tutorial 3: Correspond to package name
https://bugzilla.gnome.org/show_bug.cgi?id=797057
2018-08-31 10:13:00 +03:00
Thibault Saunier
0b2f7e860e Use official hotdoc_lumen_theme instead of building it ourselves 2018-08-27 15:28:26 -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
Mathieu Duponchelle
225c23f1fa Android tutorials: add android top-level folder
This in preparation for the next commit, adding gradle as a
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
Tim-Philipp Müller
9c322b734b Add licensing information
See https://github.com/fluendo/docs.gstreamer.com/blob/master/README
for the licensing of the tutorial code and the documentation that
comes from the former sdk project.
2018-05-31 21:15:42 +01: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
Vitor Massaru Iha
903cb33dae README: rename to README.md to indicate markdown
https://bugzilla.gnome.org/show_bug.cgi?id=786215
2018-01-12 18:25:06 +00: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
Aleksandr Slobodeniuk
ea888a0e3b basic-tutorial-8: Fix buffer duration calculation
Buffer duration was counted from buffer's size in bytes, like it were number of samples.

https://bugzilla.gnome.org/show_bug.cgi?id=791408
2017-12-09 14:01:34 +02:00