element: rename gst_element_message_new_details() to gst_make_element_message_details()
authorTim-Philipp Müller <tim@centricular.com>
Fri, 26 Aug 2016 11:55:04 +0000 (12:55 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 26 Aug 2016 11:56:40 +0000 (12:56 +0100)
commit3cba95ca2a00987d3b5bbeef522f1c1a399d212b
tree3cd22d703c2eb60e57cf10f16e79be52601803af
parent26797d071448c75d227759d3d9ce30860b5c7052
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.
docs/gst/gstreamer-sections.txt
gst/gstelement.c
gst/gstelement.h
win32/common/libgstreamer.def