Example #1
0
bool LLMediaImplGStreamer::
closedown()
{
	ungrab_gst_syms();

	return true;
}
//static
bool
MediaPluginGStreamer010::closedown()
{
	if (!mDoneInit)
		return false; // error

	ungrab_gst_syms();

	mDoneInit = false;

	return true;
}
Example #3
0
void UnloadGStreamer()
{
	ungrab_gst_syms();
}