summaryrefslogtreecommitdiff
path: root/avmedia/source/quicktime/player.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/quicktime/player.hxx')
-rw-r--r--avmedia/source/quicktime/player.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/avmedia/source/quicktime/player.hxx b/avmedia/source/quicktime/player.hxx
index 5a2741f034b7..b7cab51005f4 100644
--- a/avmedia/source/quicktime/player.hxx
+++ b/avmedia/source/quicktime/player.hxx
@@ -83,12 +83,13 @@ public:
virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException);
+ QTMovie* getMovie() { return mpMovie; }
+
private:
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > mxMgr;
::rtl::OUString maURL;
- QTMovieView *mpMovieView; // the view containing the movie object, output target and controller
QTMovie *mpMovie; // the Movie object
/* GST
sal_Bool mbFakeVideo;