Commit graph

23 commits

Author SHA1 Message Date
Reynaldo H. Verdejo Pinochet 27860cb090 tutorials: ios: basic: fix missing markup 2017-10-19 15:15:41 -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
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
Sebastian Dröge 2e29b1e5c3 tutorials/playback: Fix more occurences of GST_TIME_FORMAT / GST_FORMAT_TIME mixups
https://bugzilla.gnome.org/show_bug.cgi?id=777734
2017-03-17 12:17:56 +02: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