[gstreamer-bugs] [Bug 401051] Fails to build with gst-plugins-base < 0.10.11

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jan 29 03:53:05 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=401051

  GStreamer | gst-python | Ver: HEAD CVS


Michael Smith changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msmith at fluendo.com
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #2 from Michael Smith  2007-01-29 11:51 UTC -------
This doesn't seem to fix it.

If you don't have the header, not including it is not sufficient, you ALSO need
to not use the things that the header defines.

I get (building against in older gstreamer):

interfaces.c: In function '_wrap_gst_video_orientation_set_hflip':
interfaces.c:2853: warning: implicit declaration of function
'gst_video_orientation_set_hflip'
interfaces.c:2853: warning: implicit declaration of function
'GST_VIDEO_ORIENTATION'
interfaces.c: In function '_wrap_gst_video_orientation_set_vflip':
interfaces.c:2868: warning: implicit declaration of function
'gst_video_orientation_set_vflip'
interfaces.c: In function '_wrap_gst_video_orientation_set_hcenter':
interfaces.c:2883: warning: implicit declaration of function
'gst_video_orientation_set_hcenter'
interfaces.c: In function '_wrap_gst_video_orientation_set_vcenter':
interfaces.c:2898: warning: implicit declaration of function
'gst_video_orientation_set_vcenter'
interfaces.c: In function 'pyinterfaces_register_classes':
interfaces.c:3043: error: 'GST_TYPE_VIDEO_ORIENTATION' undeclared (first use in
this function)
interfaces.c:3043: error: (Each undeclared identifier is reported only once
interfaces.c:3043: error: for each function it appears in.)
make[3]: *** [interfaces_la-interfaces.lo] Error 1


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list