GNOME Bugzilla – Bug 639747
Please export GST_TYPE_APP_STREAM_TYPE
Last modified: 2012-08-31 03:03:39 UTC
It looks like GST_TYPE_APP_STREAM_TYPE in libgstapp is hidden inside gstappsrc.c and not exported in the header, plus the _get_type() method that it expands to is declared as static. GType registrations are important to be exported for bindings, so please export it so that I am able to use it in qt-gstreamer without having to do ugly things like using g_type_from_name("GstAppStreamType"); Classifying it as blocker, as per Tim's request.
commit cd758cdbd926c267a96b53a9fdf2f4486ec399ad Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Tue Jan 18 00:09:37 2011 +0000 app: export gst_app_stream_type_get_type() API: gst_app_stream_type_get_type() API: GST_TYPE_APP_STREAM_TYPE https://bugzilla.gnome.org/show_bug.cgi?id=639747