Home
last modified time | relevance | path

Searched refs:GstMessage (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DGStreamerGWorld.h31 typedef struct _GstMessage GstMessage; typedef
39 gboolean gstGWorldSyncMessageCallback(GstBus* bus, GstMessage* message, gpointer data);
42 friend gboolean gstGWorldSyncMessageCallback(GstBus* bus, GstMessage* message, gpointer data);
54 void setWindowOverlay(GstMessage* message);
DMediaPlayerPrivateGStreamer.h36 typedef struct _GstMessage GstMessage; typedef
51 gboolean handleMessage(GstMessage*);
147 void mediaLocationChanged(GstMessage*);
149 void processBufferingStats(GstMessage*);
DPlatformVideoWindow.h32 typedef struct _GstMessage GstMessage; typedef
44 void prepareForOverlay(GstMessage*);
DPlatformVideoWindowEfl.cpp38 void PlatformVideoWindow::prepareForOverlay(GstMessage*) in prepareForOverlay() argument
DPlatformVideoWindowGtk.cpp65 void PlatformVideoWindow::prepareForOverlay(GstMessage*) in prepareForOverlay() argument
DGStreamerGWorld.cpp40 gboolean gstGWorldSyncMessageCallback(GstBus* bus, GstMessage* message, gpointer data) in gstGWorldSyncMessageCallback()
203 void GStreamerGWorld::setWindowOverlay(GstMessage* message) in setWindowOverlay()
DPlatformVideoWindowQt.cpp127 void PlatformVideoWindow::prepareForOverlay(GstMessage*) in prepareForOverlay() argument
DPlatformVideoWindowMac.mm40 void PlatformVideoWindow::prepareForOverlay(GstMessage* message)
DMediaPlayerPrivateGStreamer.cpp84 static gboolean mediaPlayerPrivateMessageCallback(GstBus*, GstMessage* message, MediaPlayerPrivateG… in mediaPlayerPrivateMessageCallback()
706 gboolean MediaPlayerPrivateGStreamer::handleMessage(GstMessage* message) in handleMessage()
789 void MediaPlayerPrivateGStreamer::processBufferingStats(GstMessage* message) in processBufferingStats()
1195 void MediaPlayerPrivateGStreamer::mediaLocationChanged(GstMessage* message) in mediaLocationChanged()
/external/webkit/Source/WebCore/
DChangeLog23739 Cleanup of the player public/private APIs. Moving the GstMessage