Searched refs:GStreamerGWorld (Results 1 – 20 of 20) sorted by relevance
44 GStreamerGWorld* gstGWorld = static_cast<GStreamerGWorld*>(data); in gstGWorldSyncMessageCallback()52 PassRefPtr<GStreamerGWorld> GStreamerGWorld::createGWorld(GstElement* pipeline) in createGWorld()54 return adoptRef(new GStreamerGWorld(pipeline)); in createGWorld()57 GStreamerGWorld::GStreamerGWorld(GstElement* pipeline) in GStreamerGWorld() function in WebCore::GStreamerGWorld68 GStreamerGWorld::~GStreamerGWorld() in ~GStreamerGWorld()75 bool GStreamerGWorld::enterFullscreen() in enterFullscreen()159 void GStreamerGWorld::exitFullscreen() in exitFullscreen()203 void GStreamerGWorld::setWindowOverlay(GstMessage* message) in setWindowOverlay()
41 class GStreamerGWorld : public RefCounted<GStreamerGWorld> {45 static PassRefPtr<GStreamerGWorld> createGWorld(GstElement*);46 ~GStreamerGWorld();58 GStreamerGWorld(GstElement*);
44 class GStreamerGWorld; variable183 RefPtr<GStreamerGWorld> m_gstGWorld;
1651 m_gstGWorld = GStreamerGWorld::createGWorld(m_playBin); in createGSTPlayBin()
75 RefPtr<WebCore::GStreamerGWorld> m_gstreamerGWorld;
60 class GStreamerGWorld; variable83 GStreamerGWorld* gstreamerGWorld;
77 RefPtr<WebCore::GStreamerGWorld> m_gstreamerGWorld;
63 GStreamerGWorld* gstreamerGWorld = m_videoElement->platformMedia().media.gstreamerGWorld; in enterFullScreen()
186 platform/graphics/gstreamer/GStreamerGWorld.cpp
2982 platform/graphics/gstreamer/GStreamerGWorld.h \2992 platform/graphics/gstreamer/GStreamerGWorld.cpp \
3736 Source/WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp \3737 Source/WebCore/platform/graphics/gstreamer/GStreamerGWorld.h \
3710 Source/WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp \3711 Source/WebCore/platform/graphics/gstreamer/GStreamerGWorld.h \
6268 * platform/graphics/gstreamer/GStreamerGWorld.cpp:6269 (WebCore::GStreamerGWorld::enterFullscreen):6270 (WebCore::GStreamerGWorld::exitFullscreen):30875 * platform/graphics/gstreamer/GStreamerGWorld.cpp:30876 (WebCore::GStreamerGWorld::setWindowOverlay):44176 * platform/graphics/gstreamer/GStreamerGWorld.cpp:44177 * platform/graphics/gstreamer/GStreamerGWorld.h:53498 * platform/graphics/gstreamer/GStreamerGWorld.cpp:53499 (WebCore::GStreamerGWorld::setWindowOverlay):60773 * platform/graphics/gstreamer/GStreamerGWorld.cpp: Ditto.[all …]
4193 'platform/graphics/gstreamer/GStreamerGWorld.cpp',4194 'platform/graphics/gstreamer/GStreamerGWorld.h',
28332 * platform/graphics/gstreamer/GStreamerGWorld.cpp:32537 * platform/graphics/gstreamer/GStreamerGWorld.cpp:32538 (WebCore::GStreamerGWorld::setWindowOverlay): Use the new xoverlay33205 * platform/graphics/gstreamer/GStreamerGWorld.cpp:33206 (WebCore::GStreamerGWorld::setWindowOverlay):33219 * platform/graphics/gstreamer/GStreamerGWorld.cpp:33220 (WebCore::GStreamerGWorld::setWindowOverlay): Use the new xoverlay46712 * platform/graphics/gstreamer/GStreamerGWorld.cpp:46713 (WebCore::GStreamerGWorld::enterFullscreen):
1623 PlatformMedia object contains a GStreamerGWorld object. That1630 * platform/graphics/gstreamer/GStreamerGWorld.cpp: Added.1631 (WebCore::GStreamerGWorld::createGWorld):1632 (WebCore::GStreamerGWorld::GStreamerGWorld):1633 (WebCore::GStreamerGWorld::~GStreamerGWorld):1634 * platform/graphics/gstreamer/GStreamerGWorld.h: Added.
903 * platform/graphics/gstreamer/GStreamerGWorld.cpp:904 (WebCore::GStreamerGWorld::exitFullscreen):
42 #import <WebCore/GStreamerGWorld.h>108 WebCore::GStreamerGWorld* gstGworld = _mediaElement->platformMedia().media.gstreamerGWorld;
259 [GStreamer] GTK XOverlay support in GStreamerGWorld
5093 [GStreamer] GTK XOverlay support in GStreamerGWorld