mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-01 01:11:11 +00:00
libs: add some more missing GST_EXPORT
This commit is contained in:
parent
88975f224e
commit
ece4a096a1
2 changed files with 2 additions and 0 deletions
|
@ -278,6 +278,7 @@ GstAudioFormat gst_audio_format_from_string (const gchar *format) G_GNUC_CO
|
||||||
GST_EXPORT
|
GST_EXPORT
|
||||||
const gchar * gst_audio_format_to_string (GstAudioFormat format) G_GNUC_CONST;
|
const gchar * gst_audio_format_to_string (GstAudioFormat format) G_GNUC_CONST;
|
||||||
|
|
||||||
|
GST_EXPORT
|
||||||
const GstAudioFormatInfo *
|
const GstAudioFormatInfo *
|
||||||
gst_audio_format_get_info (GstAudioFormat format) G_GNUC_CONST;
|
gst_audio_format_get_info (GstAudioFormat format) G_GNUC_CONST;
|
||||||
|
|
||||||
|
|
|
@ -108,6 +108,7 @@ GST_EXPORT
|
||||||
gint gst_color_balance_get_value (GstColorBalance *balance,
|
gint gst_color_balance_get_value (GstColorBalance *balance,
|
||||||
GstColorBalanceChannel *channel);
|
GstColorBalanceChannel *channel);
|
||||||
|
|
||||||
|
GST_EXPORT
|
||||||
GstColorBalanceType
|
GstColorBalanceType
|
||||||
gst_color_balance_get_balance_type (GstColorBalance *balance);
|
gst_color_balance_get_balance_type (GstColorBalance *balance);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue