summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 11:32:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 11:32:05 +0000
commitd2aec621c07576d5cd47e1e09e9b63836b3a487d (patch)
tree9183c3be27fef0d3890f35a4b0acb86db2e1150d /avmedia
parent4ca7d3f2a8bed6d1099ce4c1e0fae2204d37b863 (diff)
INTEGRATION: CWS jmf5 (1.2.10); FILE MERGED
2005/01/19 14:10:32 ka 1.2.10.1: #i37255#: added FrameGrabber method
Diffstat (limited to 'avmedia')
-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)
{