summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-08-12 10:04:03 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-08-12 10:07:22 +0100
commitb14b8b77e829c524f8fa4309b6dc78ffa6498adc (patch)
treeeee71cfe072ad64d0ed3f019bb123eb16a3234ef
parentab863549b6fd33b6ab296dc0ae19d621ffc10efd (diff)
Hide ges_smart_mixer_* API
The header file isn't installed anyway.
-rw-r--r--ges/ges-smart-video-mixer.h8
-rw-r--r--win32/common/libges.def3
2 files changed, 5 insertions, 6 deletions
diff --git a/ges/ges-smart-video-mixer.h b/ges/ges-smart-video-mixer.h
index e4110d9a32..7ddc896b87 100644
--- a/ges/ges-smart-video-mixer.h
+++ b/ges/ges-smart-video-mixer.h
@@ -59,11 +59,13 @@ struct _GESSmartMixer
gpointer _ges_reserved[GES_PADDING];
};
-GST_EXPORT
+G_GNUC_INTERNAL
GType ges_smart_mixer_get_type (void) G_GNUC_CONST;
-GST_EXPORT GstPad *
+
+G_GNUC_INTERNAL GstPad *
ges_smart_mixer_get_mixer_pad (GESSmartMixer *self, GstPad **mixerpad);
-GST_EXPORT
+
+G_GNUC_INTERNAL
GstElement* ges_smart_mixer_new (GESTrack *track);
G_END_DECLS
diff --git a/win32/common/libges.def b/win32/common/libges.def
index d29f223360..784e7e2ed3 100644
--- a/win32/common/libges.def
+++ b/win32/common/libges.def
@@ -179,9 +179,6 @@ EXPORTS
ges_pspec_hash
ges_smart_adder_get_type
ges_smart_adder_new
- ges_smart_mixer_get_mixer_pad
- ges_smart_mixer_get_type
- ges_smart_mixer_new
ges_source_clip_get_type
ges_source_get_type
ges_test_clip_get_frequency