After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 313251 - ximagesink unused functions
ximagesink unused functions
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.9.3
Assigned To: Andy Wingo
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-11 18:55 UTC by Daniel Díaz
Modified: 2005-10-03 11:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Díaz 2005-08-11 18:55:33 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
Comment 1 Daniel Díaz 2005-09-08 16:28:24 UTC
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
Comment 2 Jan Schmidt 2005-09-08 16:40:53 UTC
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.