diff options
Diffstat (limited to 'gst-libs/gst/player/gstplayer-visualization.h')
-rw-r--r-- | gst-libs/gst/player/gstplayer-visualization.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gst-libs/gst/player/gstplayer-visualization.h b/gst-libs/gst/player/gstplayer-visualization.h index 4adabde6f..c09a4f0c3 100644 --- a/gst-libs/gst/player/gstplayer-visualization.h +++ b/gst-libs/gst/player/gstplayer-visualization.h @@ -23,6 +23,7 @@ #define __GST_PLAYER_VISUALIZATION_H__ #include <gst/gst.h> +#include <gst/player/player-prelude.h> G_BEGIN_DECLS @@ -39,19 +40,19 @@ struct _GstPlayerVisualization { gchar *description; }; -GST_EXPORT +GST_PLAYER_API GType gst_player_visualization_get_type (void); -GST_EXPORT +GST_PLAYER_API GstPlayerVisualization * gst_player_visualization_copy (const GstPlayerVisualization *vis); -GST_EXPORT +GST_PLAYER_API void gst_player_visualization_free (GstPlayerVisualization *vis); -GST_EXPORT +GST_PLAYER_API GstPlayerVisualization ** gst_player_visualizations_get (void); -GST_EXPORT +GST_PLAYER_API void gst_player_visualizations_free (GstPlayerVisualization **viss); G_END_DECLS |