diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-08-26 12:55:04 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-08-26 12:56:40 +0100 |
commit | 3cba95ca2a00987d3b5bbeef522f1c1a399d212b (patch) | |
tree | 3cd22d703c2eb60e57cf10f16e79be52601803af /win32/common/libgstreamer.def | |
parent | 26797d071448c75d227759d3d9ce30860b5c7052 (diff) |
element: rename gst_element_message_new_details() to gst_make_element_message_details()
Fixes g-i warning "Gst: Constructor return type mismatch
symbol='gst_element_message_new_details' constructed='Gst.Element'
return='Gst.Structure'".
This is a newly-added function in git that has not been in a stable
release yet, so it's fine to rename it. It's also only used indirectly
via macros.
Diffstat (limited to 'win32/common/libgstreamer.def')
-rw-r--r-- | win32/common/libgstreamer.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index e4466f9b3..9313d92f1 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -540,7 +540,6 @@ EXPORTS gst_element_link_pads_full gst_element_lost_state gst_element_make_from_uri - gst_element_message_details_new gst_element_message_full gst_element_message_full_with_details gst_element_no_more_pads @@ -690,6 +689,7 @@ EXPORTS gst_library_error_get_type gst_library_error_quark gst_lock_flags_get_type + gst_make_element_message_details gst_map_flags_get_type gst_memory_alignment DATA gst_memory_copy |