fixed issue of initializing the GstreamerPlayer after de-Initializing it
causing a segfault
This commit is contained in:
parent
5efe455008
commit
29efb72bee
1 changed files with 3 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
|
||||
Author : $Author: fgerlits $
|
||||
Version : $Revision: 1.7 $
|
||||
Author : $Author: maroy $
|
||||
Version : $Revision: 1.8 $
|
||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/playlistExecutor/src/GstreamerPlayer.cxx,v $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
@ -148,6 +148,7 @@ GstreamerPlayer :: deInitialize(void) throw ()
|
|||
}
|
||||
gst_object_unref(GST_OBJECT(pipeline));
|
||||
|
||||
audiosink = 0;
|
||||
initialized = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue