[gstreamer-bugs] [Bug 499140] GST_EXPORT is not used in header files

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Dec 2 21:42:16 PST 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=499140

  GStreamer | gstreamer (core) | Ver: 0.10.14

Kwang Yul Seo changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kwangyul.seo at gmail.com
             Status|NEEDINFO                    |UNCONFIRMED
            Version|HEAD CVS                    |0.10.14




------- Comment #2 from Kwang Yul Seo  2007-12-03 05:42 UTC -------
The problem was in gstreamer-10.14. For example, gst_type_register_static_full,
gst_element_class_set_details_simple, gst_data_queue_is_full,
gst_data_queue_get_level and gst_data_queue_limits_changed were missing in
gstreamer-0.10.14 built by MSVC because they are not exported in def file.

Fortunatley, all symbols missing in gstreamer-0.10.14  are added to in CVS
HEAD. However, why don't you use GST_EXPORT macro for function declaration
instead of using a separate def file? I think it is error prone to add every
new function to the corresponding def file. For example,
gst_type_register_static_full was new in gstreamer-0.10.14 and the developer
forgot to update libgstreamer.def.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=499140.




More information about the Gstreamer-bugs mailing list