Commit graph

34 commits

Author SHA1 Message Date
Thibault Saunier
027bcae5e6 dynamic-pipelines: Make the "GStreamer states" table a proper table 2019-06-27 03:11:54 +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
Thibault Saunier
7de2c2dc7a Fix info and warnings layout and update images 2018-11-25 16:33:11 +00:00
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
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
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
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
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
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
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
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
Sebastian Dröge
00e11dbb37 Fix up last commit properly 2017-08-28 19:08:33 +03:00
apple muncy
8b61265d7e Use correct pkg-config package name for gstreamer-audio-1.0
https://bugzilla.gnome.org/show_bug.cgi?id=786804
2017-08-28 19:07:12 +03:00
Sebastian Dröge
1a9f0541be Use gst_element_get_request_pad() instead of doing it complicated by first getting the pad template
Also use the correct pad template name for tee in the docs so that it
actually works.
2017-08-16 21:34:15 +03:00
Reynaldo H. Verdejo Pinochet
4774e1aa92 tutorials: toolkit-integration: drop calls to gtk_button_new_from_stock()
The gtk_button_new_from_stock() function has been deprecated since GTK+ 3.10.
Use gtk_button_new_from_icon_name() instead.
2017-08-11 16:46:38 -07:00
Reynaldo H. Verdejo Pinochet
193fba65b8 tutorials: toolkit-integration: fix missing markup 2017-08-11 15:58:12 -07:00
Sebastian Dröge
bc810ef40f basic-tutorial-5: expose_cb() is now draw_cb() and gets a cairo_t directly 2017-08-07 08:58:58 +03:00
Sebastian Dröge
fce81a19a8 Don't use gstreamer-interfaces-1.0 in basic-tutorial-5
GstVideoOverlay is in gstreamer-video-1.0
2017-08-06 01:34:24 +03:00
Jinwoo Ahn
6c830d168a tutorials: time-management: fix typo
https://bugzilla.gnome.org/show_bug.cgi?id=785720
2017-08-02 10:55:51 +01:00
Reynaldo H. Verdejo Pinochet
f1a79c576b tutorials: debugging-tools: improve formatting & content
Reformat tables & fix markup. Additionally, add note on some
information referring only to the default hadler.
2017-07-28 14:43:28 -07:00
Reynaldo H. Verdejo Pinochet
6513190384 tutorials: time-management: improve the example walkthrough
Additionally: fix missing markup
2017-07-28 13:48:52 -07:00
Reynaldo H. Verdejo Pinochet
b0cb459527 tutorials: basic: fix missing markup 2017-07-18 23:53:03 -07:00
Elmir
fade3ed53e Add missing semicolon in the example code.
https://bugzilla.gnome.org/show_bug.cgi?id=784909
2017-07-13 10:29:22 -04:00
Reynaldo H. Verdejo Pinochet
23c60cafe3 tutorials: concepts: fix missing markup
Additionally: other grammar fixes & improvements
2017-05-19 16:50:47 -07:00
Reynaldo H. Verdejo Pinochet
a7b50da27d tutorials: basic: drop all mentions to the SDK 2017-04-13 14:26:19 -07:00
Reynaldo H. Verdejo Pinochet
014f850507 tutorial: hello-world: drop manual padding from code blocks 2017-04-13 13:57:38 -07:00
Saulo S. Toledo
896429efe1 tutorial: hello world: fix c code markdown render error
https://bugzilla.gnome.org/show_bug.cgi?id=781289
2017-04-13 13:46:34 -07:00
De Vlieger, Brecht
282851deef tutorials/basic: Fix compilation errors
https://bugzilla.gnome.org/show_bug.cgi?id=777734
2017-03-17 12:17:08 +02:00
Sebastian Dröge
4752e9b45a basic/toolkit-integration: Bring in sync with the actual source code again
Fixes syntax errors, a double free and others.

https://bugzilla.gnome.org/show_bug.cgi?id=779701
2017-03-09 10:40:14 +02:00
Mathieu Duponchelle
09f71131fb Split out documentation into subfolders.
https://bugzilla.gnome.org/show_bug.cgi?id=773976
2016-11-14 14:10:22 +00:00