Commit graph

30 commits

Author SHA1 Message Date
Arthur Crippa Búrigo
0fa06f4805 Update pipeline-manipulation.md
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/146>
2021-03-23 15:54:55 +00:00
Matthew Waters
10a461daf4 gst: don't use volatile to mean atomic
volatile is not sufficient to provide atomic guarantees and real atomics
should be used instead.  GCC 11 has started warning about using volatile
with atomic operations.

https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1719

Discovered in https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues/868

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/150>
2021-03-19 17:31:51 +11:00
Soohyun Lee
1271047683 Fix error on the pipeline-manipulation.md's sample code
amp& was inserted in the g_clear_error(). It caused a compile error,
    so I removed it for making complie success.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/85>
2020-05-25 23:51:36 +00:00
Xidorn Quan
d255d5b503 Fix a typo in autoplugging document 2020-04-10 12:32:45 +00:00
Ralf Sippl
564ccf6f2f Update clocks.md - fix some 'broken' sentences, typos 2019-06-01 17:44:31 -04:00
Ralf Sippl
e8c2a6fd06 Update dparams.md - minor fixes (typo, punctuation) 2019-03-25 14:11:04 +00:00
Ralf Sippl
42fd599eda Update metadata.md - fix function names 2019-03-25 13:36:49 +00:00
Ralf Sippl
abaae7e3de Update interfaces.md - Typos 2019-03-25 10:54:43 +00:00
R Kh
182f4ed973 Update pipeline-manipulation.md: fix local link; fix a typo in “see”; fix “appsink” and “min-percent” formatting; fix “and/or” punctuation; improve wording (“replace”, “sink pad”, etc). 2019-01-24 00:19:48 +00: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
Sebastian Dröge
825b9552ba advanced/pipeline-manipulation: Unref appsink after usage 2018-02-17 00:16:35 +02:00
Reynaldo H. Verdejo Pinochet
5c6e8fba9b application-development: pipeline-manipulation: improve content and formatting 2017-09-22 17:39:22 -07:00
Reynaldo H. Verdejo Pinochet
dbf7d255dc application-development: index: improve content and formatting 2017-09-11 16:36:07 -07:00
Reynaldo H. Verdejo Pinochet
6a42970ddd application-development: index: improve content and formatting 2017-09-11 15:48:39 -07:00
Reynaldo H. Verdejo Pinochet
a08019601d application-development: dparams: fix range for gstvolume's volume prop
It is not 0 - 4 but 0 - 10 since b8dfedde6a.. From ten years ago.
2017-09-11 15:21:33 -07:00
Reynaldo H. Verdejo Pinochet
9903ac71e9 application-development: dparams: improve content and formatting 2017-09-11 14:48:24 -07:00
Reynaldo H. Verdejo Pinochet
fd512524a7 application-development: interfaces: improve introduction 2017-09-08 16:10:43 -07:00
Reynaldo H. Verdejo Pinochet
d01c95e460 application-development: interfaces: add brief on interfaces not documented in detail 2017-09-08 14:08:17 -07:00
Reynaldo H. Verdejo Pinochet
d97a8e58cc application-development: interfaces: rewrite URI handler section 2017-09-07 17:35:41 -07:00
Reynaldo H. Verdejo Pinochet
f10932113a application-development: interfaces: use iface names and add glimagesink as fresher example 2017-09-07 15:49:47 -07:00
Reynaldo H. Verdejo Pinochet
88bd4e58ad application-development: interfaces: improve formatting 2017-09-07 15:49:47 -07:00
Reynaldo H. Verdejo Pinochet
b71e9787b7 application-development: clocks: improve format & content 2017-09-07 15:49:38 -07:00
Reynaldo H. Verdejo Pinochet
d21e021331 application-development: threads: improve formatting 2017-09-06 21:23:18 -07:00
Anton Eliasson
a0dc346583 app-dev/advanced/threads: fix formatting
https://bugzilla.gnome.org/show_bug.cgi?id=775973
2016-12-12 10:22:57 +00:00
Tim-Philipp Müller
459276ab1e app-dev: rename dataacess.md to pipeline-manipulation.md
To match section header and better capture the topics discussed.
2016-11-26 12:17:25 +00:00
Tim-Philipp Müller
518f8d38ef plugin-dev: rename building-types.md to media-types.md 2016-11-26 12:12:17 +00:00
Tim-Philipp Müller
8d41aa5fd6 Update refs for pwg -> plugin-development rename
https://bugzilla.gnome.org/show_bug.cgi?id=773976
2016-11-15 13:14:52 +00:00
Tim-Philipp Müller
be894db215 app-dev: rename building/ -> basics/
https://bugzilla.gnome.org/show_bug.cgi?id=773976
2016-11-14 16:50:57 +00:00
Tim-Philipp Müller
f1c93b5f66 app-dev: fix up links for rename
And fix some broken here and ther as well while at it.
2016-11-14 16:29:47 +00:00
Tim-Philipp Müller
3a46976802 Rename manual/* to application-development/*
https://bugzilla.gnome.org/show_bug.cgi?id=773976
2016-11-14 14:41:57 +00:00