Commit graph

7 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
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
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
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
Renamed from markdown/application-development/advanced/dataaccess.md (Browse further)