Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to add new codecs to IGEP GST FRAMEWORK

4 bytes added, 11:26, 3 February 2012
no edit summary
},
</pre>
<br>
=== ''<span lang="EN-US">Step 5 - Validation</span>'' ===
<pre>/* in my case with aacheenc */
validate_one_codec( "ti.sdo.codecs.aacheenc", "AACHEENC" );</pre>
<br>
=== <span lang="EN-US">''Step 6 - Add codec in gstreamer''</span> ===
codecServer /* Engine that contains this codec */
},
</pre> 
=== <span lang="EN-US">Step 7 - Compile</span> ===
IGEP-GST-DSP framework, copy newly generated files cs.x64P and
ligstticodecplugin.so on board and test with&nbsp;
gstreamer pipeline.</span><br>
== <span lang="EN-US">References</span> ==
*<span lang="EN-US">[http://processors.wiki.ti.com/index.php/How_do_I_Integrate_new_codecs_into_DVSDK#Modifications_inside_the_Codec_Server <span style="color:windowtext;text-decoration:none;text-underline:none">http://processors.wiki.ti.com/index.php/How_do_I_Integrate_new_codecs_into_DVSDK#Modifications_inside_the_Codec_Server</span>]</span>