mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +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
|
||||
const gchar * gst_audio_format_to_string (GstAudioFormat format) G_GNUC_CONST;
|
||||
|
||||
GST_EXPORT
|
||||
const GstAudioFormatInfo *
|
||||
gst_audio_format_get_info (GstAudioFormat format) G_GNUC_CONST;
|
||||
|
||||
|
|
|
@ -108,6 +108,7 @@ GST_EXPORT
|
|||
gint gst_color_balance_get_value (GstColorBalance *balance,
|
||||
GstColorBalanceChannel *channel);
|
||||
|
||||
GST_EXPORT
|
||||
GstColorBalanceType
|
||||
gst_color_balance_get_balance_type (GstColorBalance *balance);
|
||||
|
||||
|
|
Loading…
Reference in a new issue