X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fxineengine.h;h=eb26406379350a575f552430f23a345ab68fe7dc;hb=de7f120098fc0e4455c532836767d8ed3fc340cc;hp=2949734714419697813e3f3a62ad0da0f0aa72ef;hpb=2204af390e6fe6db98c5d2f6e5317f841dc31198;p=xinema.git diff --git a/source/xineengine.h b/source/xineengine.h index 2949734..eb26406 100644 --- a/source/xineengine.h +++ b/source/xineengine.h @@ -21,6 +21,7 @@ private: x11_visual_t visual; xine_video_port_t *video_driver; Msp::Graphics::Window::Event *pending_expose; + std::list streams; public: XineEngine(Msp::Graphics::Window &, Msp::Mutex * = 0); @@ -30,6 +31,9 @@ public: xine_audio_port_t *get_audio_driver() { return audio_driver; } xine_video_port_t *get_video_driver() { return video_driver; } + void add_stream(XineStream &); + void remove_stream(XineStream &); + void tick(); private: