<div class="gmail_quote">Hi all,<div><br></div><div>I'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("filesrc", "my_filesource");</div><div>g_object_set (G_OBJECT (filesrc), "location", "foreman_cif.yuv", 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><font class="Apple-style-span" color="#888888"><font class="Apple-style-span" color="#000000"><br></font></font></div></div><br>