[gstreamer-bugs] [Bug 639747] New: Please export GST_TYPE_APP_STREAM_TYPE

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 17 05:54:55 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=639747
  GStreamer | gst-plugins-base | git

           Summary: Please export GST_TYPE_APP_STREAM_TYPE
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: kiagiadakis.george at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


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.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list