summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-06-13basic-tutorial-13: Step events need absolute values for the rateHEADmasterTomislav Tustonic2-3/+3
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-06gst-docs: add return value to appsink callback in tutorialJacques de Broin1-1/+3
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-05gst-docs: add return value to appsink callback in tutorial and example codeJacques de Broin2-4/+8
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-05-31Add licensing informationTim-Philipp Müller6-0/+1062
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-18GL plugins has been movedNicolas Dufresne1-45/+45
2018-03-30ges-launch: Add information about titlesThibault Saunier1-0/+11
2018-03-26design: Update TODO documentEdward Hervey1-32/+36
A lot of things have already been fixed in 1.x
2018-02-17advanced/pipeline-manipulation: Unref appsink after usageSebastian Dröge1-0/+1
2018-01-12README: rename to README.md to indicate markdownVitor Massaru Iha1-0/+0
https://bugzilla.gnome.org/show_bug.cgi?id=786215
2017-12-20design: Retitle subtitle-overlays to avoid overlfowNicolas Dufresne1-1/+1
2017-12-09playback-tutorial-3/basic-tutorial-8: Fix buffer duration calculationsSebastian Dröge3-4/+4
Same as last commit in various other places https://bugzilla.gnome.org/show_bug.cgi?id=791408
2017-12-09basic-tutorial-8: Fix buffer duration calculationAleksandr Slobodeniuk1-1/+1
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-07Use gst_sample_unref to unref GstSample in tutorialsNicolas Dufresne1-1/+1
2017-12-03Remove audio_caps_text in the tutorialsSebastian Dröge2-7/+3
The caps are created from a GstAudioInfo, not from a string. https://bugzilla.gnome.org/show_bug.cgi?id=791157
2017-12-02installing: Fix a typo GSTreamer -> GStreamerNicolas Dufresne1-1/+1
2017-11-11tutorials: time-management: fix typoJinwoo Ahn1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=790196
2017-11-07contribute: index: fix typoJinwoo Ahn1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=790021
2017-10-19tools: gst-launch: improve content and formattingReynaldo H. Verdejo Pinochet1-210/+321
2017-10-19faq: git: improve content and formattingReynaldo H. Verdejo Pinochet1-51/+50
2017-10-19tutorials: ios: basic: fix missing markupReynaldo H. Verdejo Pinochet1-2/+2
2017-10-19tutorials: ios: basic: drop unneeded indentation from single block source ↵Reynaldo H. Verdejo Pinochet1-12/+12
code samples
2017-10-19tutorials: ios: basic: fix missing markupReynaldo H. Verdejo Pinochet1-16/+13
2017-10-19gst-launch: fix copy paste errorFrancisco Velazquez1-1/+1
s/gst-inspect-1.0/gst-launch-1.0
2017-10-17deploying: cerbero: fix wrong char on package attributes tableReynaldo H. Verdejo Pinochet1-1/+1
2017-10-17deploying: cerbero: reformat package attributes tableReynaldo H. Verdejo Pinochet1-17/+65
2017-10-17deploying: cerbero: fix missing markupReynaldo H. Verdejo Pinochet1-9/+8
2017-10-17deploying: cerbero: reformat recipe attributes tableReynaldo H. Verdejo Pinochet1-17/+79
2017-10-17faq: developing: fix missing markup, improve formatting and grammarReynaldo H. Verdejo Pinochet1-13/+14
2017-10-12basic-tutorial-3: remove leading spaces in printsThijs Vermeir2-12/+12
https://bugzilla.gnome.org/show_bug.cgi?id=788794
2017-09-22plugin-development: allocation: improve content and formattingReynaldo H. Verdejo Pinochet1-141/+113
2017-09-22application-development: pipeline-manipulation: improve content and formattingReynaldo H. Verdejo Pinochet1-300/+264
2017-09-21plugin-development: syntax highlighting in code snippetsCarlos Eduardo R. B. Fonseca3-84/+89
Signed-off-by: Carlos Eduardo R. B. Fonseca <cadubentzen@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=788029
2017-09-21docs: syntax in event handling example in chainfn.mdcadubentzen1-51/+53
Signed-off-by: cadubentzen <cadubentzen@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=788023
2017-09-14basic-tutorial-3: Use gst_pad_get_current_caps() instead of gst_pad_query_caps()Sebastian Dröge2-7/+11
We're interested in the currently negotiated caps, not all the caps the pad can potentially output. Also update the text accordingly.
2017-09-11application-development: index: improve content and formattingReynaldo H. Verdejo Pinochet1-39/+35
2017-09-11application-development: index: improve content and formattingReynaldo H. Verdejo Pinochet1-13/+11
2017-09-11application-development: dparams: fix range for gstvolume's volume propReynaldo H. Verdejo Pinochet1-1/+1
It is not 0 - 4 but 0 - 10 since b8dfedde6a.. From ten years ago.
2017-09-11application-development: dparams: improve content and formattingReynaldo H. Verdejo Pinochet1-58/+56
2017-09-08application-development: interfaces: improve introductionReynaldo H. Verdejo Pinochet1-10/+8
2017-09-08application-development: interfaces: add brief on interfaces not documented ↵Reynaldo H. Verdejo Pinochet1-0/+19
in detail
2017-09-07application-development: interfaces: rewrite URI handler sectionReynaldo H. Verdejo Pinochet1-14/+17
2017-09-07application-development: interfaces: use iface names and add glimagesink as ↵Reynaldo H. Verdejo Pinochet1-4/+4
fresher example
2017-09-07application-development: interfaces: improve formattingReynaldo H. Verdejo Pinochet1-8/+12
2017-09-07application-development: clocks: improve format & contentReynaldo H. Verdejo Pinochet1-35/+38
2017-09-07design: stream-selection: start with actual contentReynaldo H. Verdejo Pinochet1-4/+5
2017-09-06application-development: threads: improve formattingReynaldo H. Verdejo Pinochet1-21/+13
2017-08-28Fix up last commit properlySebastian Dröge1-3/+0
2017-08-28Use correct pkg-config package name for gstreamer-audio-1.0apple muncy1-1/+4
https://bugzilla.gnome.org/show_bug.cgi?id=786804
2017-08-18faq: developing: improve contentReynaldo H. Verdejo Pinochet1-40/+37
Revise and reorganize content for clarity Fix missing markup and other formatting issues
2017-08-16Use gst_element_get_request_pad() instead of doing it complicated by first ↵Sebastian Dröge4-30/+18
getting the pad template Also use the correct pad template name for tee in the docs so that it actually works.