Tim-Philipp Müller
a983bea1a9
overlaycomposition: fix cut-off example code in docs
...
Include everything to the end.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1164 >
2021-05-21 00:36:10 +01:00
Stéphane Cerveau
a3875c7d02
overlaycomposition: allow per feature registration
...
Split plugin into features including
dynamic types which can be indiviually
registered during a static build.
More details here:
https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1029 >
2021-03-16 17:58:59 +00:00
Niels De Graef
2917f9fb2d
overlaycomposition: Use G_DECLARE_FINAL_TYPE
2020-03-16 15:47:58 +00:00
Aaron Boxer
5a2a1ea240
overlaycomposition: set sink pad to proxy allocation queries
2019-11-06 12:09:50 +00:00
Tim-Philipp Müller
289d8e53e2
Remove autotools build system
2019-10-13 14:15:43 +01:00
Thibault Saunier
909baa2360
Pass the code through codespell
2019-08-30 13:05:36 +00:00
Niels De Graef
0314b482f3
Don't pass default GLib marshallers for signals
...
By passing NULL to `g_signal_new` instead of a marshaller, GLib will
actually internally optimize the signal (if the marshaller is available
in GLib itself) by also setting the valist marshaller. This makes the
signal emission a bit more performant than the regular marshalling,
which still needs to box into `GValue` and call libffi in case of a
generic marshaller.
Note that for custom marshallers, one would use
`g_signal_set_va_marshaller()` with the valist marshaller instead.
2019-08-27 07:31:57 +02:00
Thibault Saunier
1d2994ce64
overlaycompositor: Show the full example instead of a stripped down version
2019-05-29 14:41:10 -04:00
Nicolas Dufresne
48124379d5
doc: Add gstoverlaycomposition to the plugins list
2019-05-29 11:11:12 +01:00
Tim-Philipp Müller
4d603b00d7
Fix some typos in code comments
...
And don't use gtk-doc chunk markers for internal functions.
2019-01-11 11:27:11 +00:00
Johan Bjäreholt
f780c718e7
overlaycomposition: Fix implicit use of memset
...
https://bugzilla.gnome.org/show_bug.cgi?id=797353
2018-10-29 13:12:30 +00:00
Sebastian Dröge
088b4c0c52
overlaycomposition: New element that allows applications to draw GstVideoOverlayComposition on a stream
...
https://bugzilla.gnome.org/show_bug.cgi?id=797234
2018-10-28 17:03:47 +00:00