summaryrefslogtreecommitdiff
path: root/avmedia/source/xine/player.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/xine/player.cxx')
-rw-r--r--avmedia/source/xine/player.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/avmedia/source/xine/player.cxx b/avmedia/source/xine/player.cxx
index ab73cd6190c1..e41dc58cf9cd 100644
--- a/avmedia/source/xine/player.cxx
+++ b/avmedia/source/xine/player.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: player.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date:
+ * last change: $Author: vg $ $Date:
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -259,6 +259,14 @@ uno::Reference< ::media::XPlayerWindow > SAL_CALL Player::createPlayerWindow( co
// ------------------------------------------------------------------------------
+uno::Reference< media::XFrameGrabber > SAL_CALL Player::createFrameGrabber( )
+ throw (::com::sun::star::uno::RuntimeException)
+{
+ return NULL;
+}
+
+// ------------------------------------------------------------------------------
+
::rtl::OUString SAL_CALL Player::getImplementationName( )
throw (uno::RuntimeException)
{