<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
When I create a new ffmpeg element with<br>
"pl_encoder = gst_element_factory_make(<span
 style="color: rgb(221, 0, 0);">"ffenc_h263"</span>, <span
 style="color: rgb(221, 0, 0);">"encoder"</span>);"<br>
and I make it run into a bin everything is ok the first time.<br>
But, if I stop encoding, then unload the ffmpeg plugin library, reload
ffmpeg plugin library and try create a new ffmpeg element, the
function gst_element_factory_make returns NULL.<br>
Do you have an idea of the problem ?<br>
<br>
G&eacute;raldine<br>
<br>
<br>
</body>
</html>