Hi all,<div><br></div><div>I&#39;m new in this list and I need to encode a YUV file using H.264 encoder for streaming the video in a wireless network. a set up the video source using </div><div><br></div><div>GstElement *filesrc</div>

<div>filesrc = gst_element_factory_make(&quot;filesrc&quot;, &quot;my_filesource&quot;);</div><div>g_object_set (G_OBJECT (filesrc), &quot;location&quot;, &quot;foreman_cif.yuv&quot;, NULL);<br clear="all"><br></div><div>

The execution of the complete code works, except for the error to encoder.</div><div><br></div><div>Error: Encode x264 frame failed.</div><div><br></div><div>Can someone help me with some example on how I can make this work? the complete code is in annex. </div>

<div><br></div><div>thanks a lot</div><div><br></div><div>-- <br>Rafael Leite Moraes de Sousa<br>Programa de Pós-graduação em Informática - UFAM<br>
</div>