From: Carl-Anton Ingmarsson Date: Sat, 1 May 2010 12:58:30 +0000 (+0200) Subject: vdpau: add leftover gstvdp.h X-Git-Tag: 1.19.3~507^2~17148 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edcaf36377b12fcef78a5267f25a3e6696c4a40d;p=platform%2Fupstream%2Fgstreamer.git vdpau: add leftover gstvdp.h --- diff --git a/sys/vdpau/Makefile.am b/sys/vdpau/Makefile.am index 98c874a..a96f1c3 100644 --- a/sys/vdpau/Makefile.am +++ b/sys/vdpau/Makefile.am @@ -38,7 +38,8 @@ libgstvdp_@GST_MAJORMINOR@include_HEADERS = \ gstvdpvideobuffer.h \ gstvdpoutputbuffer.h \ gstvdpvideosrcpad.h \ - gstvdpoutputsrcpad.h + gstvdpoutputsrcpad.h \ + gstvdp.h libgstvdp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) $(X11_CFLAGS) $(VDPAU_CFLAGS) diff --git a/sys/vdpau/gstvdp.h b/sys/vdpau/gstvdp.h new file mode 100644 index 0000000..cb94f70 --- /dev/null +++ b/sys/vdpau/gstvdp.h @@ -0,0 +1,26 @@ +/* + * GStreamer + * Copyright (C) 2009 Carl-Anton Ingmarsson + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + +#ifndef _GST_VDP_H_ +#define _GST_VDP_H_ + +void gst_vdp_init(void); + +#endif /* _GST_VDP_UTILS_H_ */