summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2010-05-01 14:58:30 +0200
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2010-05-01 14:58:30 +0200
commitedcaf36377b12fcef78a5267f25a3e6696c4a40d (patch)
tree9758518a0d23d1477b537d5b6ccaf68fee606e60
parenta661b7c3caa14b9267f80b6a1ece23c51c886e3e (diff)
vdpau: add leftover gstvdp.h
-rw-r--r--sys/vdpau/Makefile.am3
-rw-r--r--sys/vdpau/gstvdp.h26
2 files changed, 28 insertions, 1 deletions
diff --git a/sys/vdpau/Makefile.am b/sys/vdpau/Makefile.am
index 98c874ad9..a96f1c3af 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 000000000..cb94f700e
--- /dev/null
+++ b/sys/vdpau/gstvdp.h
@@ -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_ */