X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ext%2Fwpe%2FWPEThreadedView.h;h=31d564295524d30e3ba0571e46fc7573b31479e6;hb=f4bc5c6c65f17831302f4b99a56b9dc3b5424cf8;hp=414d9b2099f13d388ce9e2c87c20b756bc2e08c3;hpb=cb4f6c877e593d0e2aeea16f5c80b84e31c5927a;p=platform%2Fupstream%2Fgstreamer.git diff --git a/ext/wpe/WPEThreadedView.h b/ext/wpe/WPEThreadedView.h index 414d9b2..31d5642 100644 --- a/ext/wpe/WPEThreadedView.h +++ b/ext/wpe/WPEThreadedView.h @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include @@ -50,6 +51,9 @@ public: void loadUri(const gchar*); void loadData(GBytes*); void setDrawBackground(gboolean); + + void registerAudioReceiver(const struct wpe_audio_receiver*, gpointer); + GstEGLImage* image(); GstBuffer* buffer(); @@ -96,7 +100,7 @@ private: struct wpe_view_backend_exportable_fdo* exportable; int width; int height; - } wpe { nullptr, 0, 0 }; + } wpe { nullptr, 0, 0, }; struct { gchar* uri;