Hi,<div>    DVSDK on DM365, developing a gstreamer app to encode raw images into h.264 and store in file.   </div><div> I have been able to execute a gst-launch where I provide codecName=h264enc to encode raw video and store it in a file. This works well.</div>
<div>Now I build an application on gstreamer. </div><div>I have tried doing enc = gst_element_factory_make("x264enc", "encoder");</div><div>but it fails with enc getting a NULL. I tried "h264enc" and morbidly did "GstX264Enc" as well for the factory name but they failed too.</div>
<div>How do I get this going ahead?</div><div><br></div><div>Thanks in advance</div><div><br></div><div>N.Kartik<br clear="all"><div><br></div>
</div>