diff options
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2015-04-03 17:08:30 +0300 |
---|---|---|
committer | Sreerenj Balachandran <sreerenj.balachandran@intel.com> | 2015-04-03 17:08:30 +0300 |
commit | c561b8da8aa266963cbe8fc6e1d43984e2a44aed (patch) | |
tree | 4507036ff32399aaf57b604196b06067771f99c2 /gst/vaapi/gstvaapipluginutil.c | |
parent | 1256ce613ae3082285757fb9763e970b703229ac (diff) |
update and move gstcompat.h
The purpose of gstcompat.h is to couple the API differences among
gstreamer-1.0 and gstreamer-0.10. Since gstreamer-0.10 is obsolete, the code
in this compatibility layer shall be removed.
Nevertheless, the gstcompat.h header should be kept, if new incompatibilites
appear in the future, but it shall live in gst/vaapi, not in gst-libs.
This patch removes the crumbs defined gstcompat.h and moves it to gst/vaapi.
In order to avoid layer violations, gstcompat.h includes sysdeps.h and all
the includes in gst/vaapi of sysdeps.h are replaced with gstcompat.h
https://bugzilla.gnome.org/show_bug.cgi?id=745728
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
Diffstat (limited to 'gst/vaapi/gstvaapipluginutil.c')
-rw-r--r-- | gst/vaapi/gstvaapipluginutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/vaapi/gstvaapipluginutil.c b/gst/vaapi/gstvaapipluginutil.c index d9dfd5ed..d388eb3a 100644 --- a/gst/vaapi/gstvaapipluginutil.c +++ b/gst/vaapi/gstvaapipluginutil.c @@ -22,7 +22,7 @@ * Boston, MA 02110-1301 USA */ -#include "gst/vaapi/sysdeps.h" +#include "gstcompat.h" #include "gstvaapivideocontext.h" #if USE_DRM # include <gst/vaapi/gstvaapidisplay_drm.h> |