Commit graph

5 commits

Author SHA1 Message Date
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
Guillaume Desmottes
bb7635280a allocation: document how to negotiate video buffers layout 2019-12-10 01:40:06 +00:00
H1Gdev
69ebd96fef markdown: Fix typo in docs (2)
https://bugzilla.gnome.org/show_bug.cgi?id=797129
2018-09-14 09:35:51 +03:00
Reynaldo H. Verdejo Pinochet
50bc3702ea plugin-development: allocation: improve content and formatting 2017-09-22 17:39:22 -07:00
Tim-Philipp Müller
369a15bbd5 Rename pwg/ -> plugin-development/
https://bugzilla.gnome.org/show_bug.cgi?id=773976
2016-11-15 11:40:16 +00:00
Renamed from markdown/pwg/advanced/allocation.md (Browse further)