gstreamer/gst-libs/gst
Víctor Manuel Jáquez Leal 6c364cb9a7 libs: window: refactor as gobject
This is another step in the gobjectification of the internal library
of gstreamer-vaapi. Now it is the turn of GstVaapiWindow and its
derivates.

The idea is to minimize the changeset keeping the same design as
much as possible.

GstVaapiWindow is defined as an abstract class with two properties:
the GstVaapiDisplay and the native ID. Thus, many of the
GstVaapiObject macros were copied as GstVaapiWindow macros.

The function gst_vaapi_window_new_internal() is kept as a decorator
of for calling gst_vaapi_window_create() and the possibility of
failure.

The descendant classes, such as glx, still use the private
structures, but through the gobject mechanism.
2018-12-24 12:20:00 +00:00
..
vaapi libs: window: refactor as gobject 2018-12-24 12:20:00 +00:00
Makefile.am libs: remove gstbitwriter 2018-05-06 17:29:45 +02:00
meson.build libs: remove gstbitwriter 2018-05-06 17:29:45 +02:00