fixed issue of initializing the GstreamerPlayer after de-Initializing it

causing a segfault
This commit is contained in:
maroy 2005-08-21 08:27:26 +00:00
parent 5efe455008
commit 29efb72bee

View file

@ -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;
}
}