GNOME Bugzilla – Bug 313251
ximagesink unused functions
Last modified: 2005-10-03 11:35:29 UTC
Version details: 2005-08-16 16:37 UTC Distribution/Version: MontaVista Linux Using CVS from Aug 8 11:37, while crosscompiling gst-plugins-base for ARM using GCC 3.3.1, this happens: ximagesink.c:186: warning: `gst_ximagesink_handle_xerror' defined but not used ximagesink.c:199: warning: `gst_ximagesink_check_xshm_calls' defined but not used make[3]: *** [libgstximage_la-ximagesink.lo] Error 1
This still happens with CVS from Sep 8 16:04 UTC. ximagesink.c: At top level: ximagesink.c:187: warning: `gst_ximagesink_handle_xerror' defined but not used ximagesink.c:200: warning: `gst_ximagesink_check_xshm_calls' defined but not used make[3]: *** [libgstximage_la-ximagesink.lo] Error 1
This should be now fixed in CVS: * sys/ximage/ximagesink.c: (gst_ximage_buffer_init), (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get): * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init), (gst_xvimagesink_check_xshm_calls): Fix compilation when XShm is not available.