Commit graph

787 commits

Author SHA1 Message Date
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
Nicolas Dufresne
a20b2cc27a Use gst_sample_unref to unref GstSample in tutorials 2017-12-07 19:48:43 -05:00
Sebastian Dröge
6cf853997a Remove audio_caps_text in the tutorials
The caps are created from a GstAudioInfo, not from a string.

https://bugzilla.gnome.org/show_bug.cgi?id=791157
2017-12-03 12:57:25 +02:00
Nicolas Dufresne
dfc6962eb8 installing: Fix a typo GSTreamer -> GStreamer 2017-12-02 14:22:45 -05:00
Jinwoo Ahn
7665679eb6 tutorials: time-management: fix typo
https://bugzilla.gnome.org/show_bug.cgi?id=790196
2017-11-11 11:02:23 +00:00
Jinwoo Ahn
adc2740ad4 contribute: index: fix typo
https://bugzilla.gnome.org/show_bug.cgi?id=790021
2017-11-07 19:01:37 +01:00
Reynaldo H. Verdejo Pinochet
76a492c467 tools: gst-launch: improve content and formatting 2017-10-19 21:59:49 -07:00
Reynaldo H. Verdejo Pinochet
764b8d0c70 faq: git: improve content and formatting 2017-10-19 20:48:47 -07:00
Reynaldo H. Verdejo Pinochet
c7e333ca16 tutorials: ios: basic: fix missing markup 2017-10-19 15:27:16 -07:00
Reynaldo H. Verdejo Pinochet
72b1484958 tutorials: ios: basic: drop unneeded indentation from single block source code samples 2017-10-19 15:16:09 -07:00
Reynaldo H. Verdejo Pinochet
27860cb090 tutorials: ios: basic: fix missing markup 2017-10-19 15:15:41 -07:00
Francisco Velazquez
46932561bf gst-launch: fix copy paste error
s/gst-inspect-1.0/gst-launch-1.0
2017-10-19 16:58:12 +02:00
Reynaldo H. Verdejo Pinochet
7993c4a6b2 deploying: cerbero: fix wrong char on package attributes table 2017-10-17 21:44:05 -07:00
Reynaldo H. Verdejo Pinochet
9d07b2dab5 deploying: cerbero: reformat package attributes table 2017-10-17 21:27:13 -07:00
Reynaldo H. Verdejo Pinochet
61e31a8e3c deploying: cerbero: fix missing markup 2017-10-17 20:13:58 -07:00
Reynaldo H. Verdejo Pinochet
0c0135c265 deploying: cerbero: reformat recipe attributes table 2017-10-17 20:01:44 -07:00
Reynaldo H. Verdejo Pinochet
c8a3675f07 faq: developing: fix missing markup, improve formatting and grammar 2017-10-17 12:19:20 -07:00
Thijs Vermeir
abc77fdd5b basic-tutorial-3: remove leading spaces in prints
https://bugzilla.gnome.org/show_bug.cgi?id=788794
2017-10-12 10:28:43 +03:00
Reynaldo H. Verdejo Pinochet
50bc3702ea plugin-development: allocation: improve content and formatting 2017-09-22 17:39:22 -07:00
Reynaldo H. Verdejo Pinochet
5c6e8fba9b application-development: pipeline-manipulation: improve content and formatting 2017-09-22 17:39:22 -07:00
Carlos Eduardo R. B. Fonseca
14193ec3d7 plugin-development: syntax highlighting in code snippets
Signed-off-by: Carlos Eduardo R. B. Fonseca <cadubentzen@gmail.com>

https://bugzilla.gnome.org/show_bug.cgi?id=788029
2017-09-21 21:02:42 -04:00
cadubentzen
6fa607b01c docs: syntax in event handling example in chainfn.md
Signed-off-by: cadubentzen <cadubentzen@gmail.com>

https://bugzilla.gnome.org/show_bug.cgi?id=788023
2017-09-21 23:49:58 +02:00
Sebastian Dröge
020bf14d03 basic-tutorial-3: Use gst_pad_get_current_caps() instead of gst_pad_query_caps()
We're interested in the currently negotiated caps, not all the caps the
pad can potentially output. Also update the text accordingly.
2017-09-14 13:39:05 +03:00