vdpau: add leftover gstvdp.h
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Sat, 1 May 2010 12:58:30 +0000 (14:58 +0200)
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Sat, 1 May 2010 12:58:30 +0000 (14:58 +0200)
sys/vdpau/Makefile.am
sys/vdpau/gstvdp.h [new file with mode: 0644]

index 98c874a..a96f1c3 100644 (file)
@@ -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 (file)
index 0000000..cb94f70
--- /dev/null
@@ -0,0 +1,26 @@
+/* 
+ * GStreamer
+ * Copyright (C) 2009 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+ *
+ * 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_ */