RESOLVED WORKSFORME 46564
error: ‘gst_x_overlay_set_window_handle’ was not declared in this scope
https://bugs.webkit.org/show_bug.cgi?id=46564
Summary error: ‘gst_x_overlay_set_window_handle’ was not declared in this scope
sandy paulanskaya
Reported 2010-09-25 04:34:29 PDT
CXX WebCore/platform/graphics/cairo/libwebkitgtk_1_0_la-ImageCairo.lo CXX WebCore/platform/graphics/cairo/libwebkitgtk_1_0_la-OwnPtrCairo.lo CXX WebCore/platform/graphics/cairo/libwebkitgtk_1_0_la-PathCairo.lo CXX WebCore/platform/graphics/cairo/libwebkitgtk_1_0_la-PatternCairo.lo CXX WebCore/platform/graphics/cairo/libwebkitgtk_1_0_la-PlatformRefPtrCairo.lo CXX WebCore/platform/graphics/cairo/libwebkitgtk_1_0_la-TransformationMatrixCairo.lo CXX WebCore/platform/graphics/gstreamer/libwebkitgtk_1_0_la-DataSourceGStreamer.lo CXX WebCore/platform/graphics/gstreamer/libwebkitgtk_1_0_la-GOwnPtrGStreamer.lo CXX WebCore/platform/graphics/gstreamer/libwebkitgtk_1_0_la-GStreamerGWorld.lo WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp: In member function ‘void WebCore::GStreamerGWorld::setWindowOverlay(GstMessage*)’: WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp:199: error: ‘gst_x_overlay_set_window_handle’ was not declared in this scope make[1]: *** [WebCore/platform/graphics/gstreamer/libwebkitgtk_1_0_la-GStreamerGWorld.lo] 오류 1 make[1]: Leaving directory `/media/sdc1/WebKit' make: *** [all] error 2 error line is gst_x_overlay_set_window_handle function at GStreamerGWorld.cpp but there is not that function in my gstreamer library. what`s happening? [/media/sdc1/WebKit]$ grep gst_x_overlay_set_window_handle WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp gst_x_overlay_set_window_handle(GST_X_OVERLAY(sink), m_videoWindow->videoWindowId()); [/media/sdc1/chromium-trunk]$ strings /usr/lib/libgstinterfaces-0.10.so.0.20.0|grep gst_x_overlay gst_x_overlay_get_type gst_x_overlay_set_render_rectangle gst_x_overlay_handle_events gst_x_overlay_expose gst_x_overlay_prepare_xwindow_id gst_x_overlay_got_xwindow_id gst_x_overlay_set_xwindow_id gst_x_overlay_set_render_rectangle gst_x_overlay_handle_events gst_x_overlay_expose gst_x_overlay_prepare_xwindow_id gst_x_overlay_got_xwindow_id gst_x_overlay_set_xwindow_id
Attachments
sandy paulanskaya
Comment 1 2010-09-25 04:40:19 PDT
[/media/sdc1/WebKit]$ LANG=C svn info Path: . URL: http://svn.webkit.org/repository/webkit/trunk Repository Root: http://svn.webkit.org/repository/webkit Repository UUID: 268f45cc-cd09-0410-ab3c-d52691b4dbfc Revision: 68327 Node Kind: directory Schedule: normal Last Changed Author: mihaip@chromium.org Last Changed Rev: 68327 Last Changed Date: 2010-09-25 14:52:54 +0900 (Sat, 25 Sep 2010)
Martin Robinson
Comment 2 2010-10-21 16:56:18 PDT
CC Philippe who is generally savvy about GTK+ + gstreamer.
Philippe Normand
Comment 3 2010-10-21 23:45:50 PDT
Against what version of GStreamer are you building? pkg-config --modversion gstreamer-0.10 If you use a git version you need to update your gst build.
Philippe Normand
Comment 4 2010-11-23 04:57:31 PST
Please reopen if this is still an issue and if you can answer questions of comment 3
Note You need to log in before you can comment on or make changes to this bug.