gstutil: Add GST_API to the missing function 60/226560/1
authorGilbok Lee <gilbok.lee@samsung.com>
Wed, 4 Mar 2020 01:25:16 +0000 (10:25 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Wed, 4 Mar 2020 01:25:19 +0000 (10:25 +0900)
- For external uses, macro is applied.

Change-Id: I28470f85c8f5677a039ca790cacfd1866bd20bff

gst/gstutils.h

index bf80996..c145806 100644 (file)
@@ -1057,6 +1057,7 @@ GST_API
 gboolean                gst_element_query_convert       (GstElement *element, GstFormat src_format, gint64 src_val,
                                                          GstFormat dest_format, gint64 *dest_val);
 #ifdef TIZEN_PROFILE_TV
+GST_API
 gboolean                gst_element_query_resource      (GstElement *element, GList **resource_list);
 #endif