summaryrefslogtreecommitdiff
path: root/gst-libs/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst')
-rw-r--r--gst-libs/gst/va/gstvadisplay_wrapped.c2
-rw-r--r--gst-libs/gst/va/gstvadisplay_wrapped.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/va/gstvadisplay_wrapped.c b/gst-libs/gst/va/gstvadisplay_wrapped.c
index 9a3fea112..4626a2f79 100644
--- a/gst-libs/gst/va/gstvadisplay_wrapped.c
+++ b/gst-libs/gst/va/gstvadisplay_wrapped.c
@@ -61,7 +61,7 @@ gst_va_display_wrapped_init (GstVaDisplayWrapped * self)
* Since: 1.20
**/
GstVaDisplay *
-gst_va_display_wrapped_new (guintptr handle)
+gst_va_display_wrapped_new (gpointer handle)
{
GstVaDisplay *dpy;
diff --git a/gst-libs/gst/va/gstvadisplay_wrapped.h b/gst-libs/gst/va/gstvadisplay_wrapped.h
index 93f36c969..7634f1390 100644
--- a/gst-libs/gst/va/gstvadisplay_wrapped.h
+++ b/gst-libs/gst/va/gstvadisplay_wrapped.h
@@ -34,6 +34,6 @@ G_BEGIN_DECLS
GST_VA_API
GType gst_va_display_wrapped_get_type (void);
GST_VA_API
-GstVaDisplay * gst_va_display_wrapped_new (guintptr handle);
+GstVaDisplay * gst_va_display_wrapped_new (gpointer handle);
G_END_DECLS