gstplayer.hxx (cdf0e10c) gstplayer.hxx (e3251387)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 154 unchanged lines hidden (view full) ---

163
164 bool implInitPlayer();
165
166 bool implIsInitialized() const
167 {
168 return( g_atomic_int_get( &mnInitialized ) > 0 );
169 }
170
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 154 unchanged lines hidden (view full) ---

163
164 bool implInitPlayer();
165
166 bool implIsInitialized() const
167 {
168 return( g_atomic_int_get( &mnInitialized ) > 0 );
169 }
170
171 static gpointer implThreadFunc( gpointer pData );
172
173private:
174
175 Player( const Player& );
176
177 Player& operator=( const Player& );
178
179 static void implHandleNewElementFunc( GstBin* pBin,
180 GstElement* pElement,

--- 33 unchanged lines hidden ---
171private:
172
173 Player( const Player& );
174
175 Player& operator=( const Player& );
176
177 static void implHandleNewElementFunc( GstBin* pBin,
178 GstElement* pElement,

--- 33 unchanged lines hidden ---