Commit graph

5 commits

Author SHA1 Message Date
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
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
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
Jan Schmidt
3be8a37124 Fix new_sample signal handler so the example works 2017-06-05 14:32:36 +10: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
Renamed from tutorials/basic-tutorial-8.c (Browse further)