From 6b4ff307b34bca89e1c239b3f2d08a196f7a1a9a Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Tue, 24 Jul 2012 16:14:51 +0200 Subject: [PATCH] plugins: declare helper functions as internal. --- gst/vaapi/gstvaapipluginutil.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/vaapi/gstvaapipluginutil.h b/gst/vaapi/gstvaapipluginutil.h index ac24873..fd53520 100644 --- a/gst/vaapi/gstvaapipluginutil.h +++ b/gst/vaapi/gstvaapipluginutil.h @@ -45,6 +45,7 @@ enum _GstVaapiDisplayType { GType gst_vaapi_display_type_get_type(void) G_GNUC_CONST; +G_GNUC_INTERNAL gboolean gst_vaapi_ensure_display( gpointer element, @@ -52,6 +53,7 @@ gst_vaapi_ensure_display( GstVaapiDisplayType *display_type_ptr ); +G_GNUC_INTERNAL void gst_vaapi_set_display( const gchar *type, @@ -59,9 +61,11 @@ gst_vaapi_set_display( GstVaapiDisplay **display ); +G_GNUC_INTERNAL gboolean gst_vaapi_reply_to_query(GstQuery *query, GstVaapiDisplay *display); +G_GNUC_INTERNAL gboolean gst_vaapi_append_surface_caps (GstCaps *out_caps, GstCaps *in_caps); -- 2.7.4