[Bug 656396] New: why gst_decode_bin_get_type static?

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 12 05:33:01 PDT 2011


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

           Summary: why gst_decode_bin_get_type static?
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lfarkas at lfarkas.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


almost all *_get_type() functions are exported (ie. not declared as static)
from the gstreamer dlls, but there are a few eg:
gst_decode_bin_get_type
which is not. why?
imho it's a bug since in this case language bindings can't call these
functions. eg. i like to know decodebin's type from java and currently there is
no way to call it.

-- 
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