Commit graph

16 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
Stéphane Cerveau
4000e4b55e plugin: update the doc to declare a typefind
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/117>
2020-12-11 10:12:39 +01:00
Stéphane Cerveau
5a004ed35b plugin: update doc to declare an element
Use GST_ELEMENT_REGISTER_DEFINE in addition
to G_DEFINE_TYPE

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/117>
2020-12-11 10:12:39 +01:00
ekwange
254ce57b07 plugin-dev: fix broken anchor 2020-02-19 00:42:47 +09:00
Guillaume Desmottes
bb7635280a allocation: document how to negotiate video buffers layout 2019-12-10 01:40:06 +00:00
Sebastian Dröge
1a046968d6 Port gst_element_query*() functions over to the 1.0 API
We don't take the GstFormat as pointer anymore. This was already fixed
long ago in the actual code but not in the markdown documentation.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/44
2019-08-12 11:57:22 +03:00
Thibault Saunier
71cabcb787 Fix link to API documentation
assuming we are building it as part of our build
2019-05-13 16:34:00 -04: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
Carlos Eduardo R. B. Fonseca
14193ec3d7 plugin-development: syntax highlighting in code snippets
Signed-off-by: Carlos Eduardo R. B. Fonseca <cadubentzen@gmail.com>

https://bugzilla.gnome.org/show_bug.cgi?id=788029
2017-09-21 21:02:42 -04:00
Tim-Philipp Müller
08123e037b plugin-dev: rename element-type pages 2016-11-27 12:37:42 +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
da7a5df981 plugin-dev: use 'media type' instead of just 'type' 2016-11-26 11:44:17 +00:00
Tim-Philipp Müller
b3e43da206 plugin-dev: fix up references for building -> basics rename 2016-11-16 09:38:18 +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
369a15bbd5 Rename pwg/ -> plugin-development/
https://bugzilla.gnome.org/show_bug.cgi?id=773976
2016-11-15 11:40:16 +00:00