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 518227 - test/icles/metadata_editor.c does not compile on Windows
test/icles/metadata_editor.c does not compile on Windows
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.6
Other Windows
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-23 13:13 UTC by Sam Thursfield
Modified: 2008-04-11 18:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sam Thursfield 2008-02-23 13:13:29 UTC
gst-plugins-bad-0.10.6/test/icles/metadata_editor.c seems to assume all over the place it's running on X. However compilation is not disabled on Win32 systems.
Comment 1 Tim-Philipp Müller 2008-04-11 18:46:31 UTC
 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>

        * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
          (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
          (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
          (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
          (me_gst_setup_view_pipeline), (process_file):
        * tests/icles/metadata_editor.glade:
          Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
          drawing/scaling logic to make this compile and work on all platforms.
          Fixes #518227.