Difference between revisions of "GStreamer 1.0 Codec Engine Plugin"

From RidgeRun Developer Connection
Jump to: navigation, search
m
m
Line 6: Line 6:
 
<div class="ecwid ecwid-SingleProduct ecwid-Product ecwid-Product-59350573" itemscope itemtype="http://schema.org/Product" data-single-product-id="59350573"><div itemprop="image"></div><div class="ecwid-title" itemprop="name"></div><div itemtype="http://schema.org/Offer" itemscope itemprop="offers"><div class="ecwid-productBrowser-price ecwid-price" itemprop="price"></div></div><div customprop="options"></div><div customprop="addtobag"></div></div><script type="text/javascript" src="https://app.ecwid.com/script.js?7804024&data_platform=singleproduct" charset="utf-8"></script><script type="text/javascript">xSingleProduct()</script>
 
<div class="ecwid ecwid-SingleProduct ecwid-Product ecwid-Product-59350573" itemscope itemtype="http://schema.org/Product" data-single-product-id="59350573"><div itemprop="image"></div><div class="ecwid-title" itemprop="name"></div><div itemtype="http://schema.org/Offer" itemscope itemprop="offers"><div class="ecwid-productBrowser-price ecwid-price" itemprop="price"></div></div><div customprop="options"></div><div customprop="addtobag"></div></div><script type="text/javascript" src="https://app.ecwid.com/script.js?7804024&data_platform=singleproduct" charset="utf-8"></script><script type="text/javascript">xSingleProduct()</script>
 
</html>
 
</html>
For more information please visit our [http://www.ridgerun.com/#!store/pogiw/!/GStreamer-1-0-CODEC-Engine-plug-in/p/59350573/category=19102112 store] or [http://www.ridgerun.com/#!contact/c3vn contact us]
+
For more information please visit our [http://www.ridgerun.com/#!store/pogiw/!/GStreamer-1-0-CODEC-Engine-plug-in/p/59350573/category=19102112 online store] or [http://www.ridgerun.com/#!contact/c3vn contact us link]
 
</td></tr></table>
 
</td></tr></table>
  

Revision as of 14:49, 1 August 2016

For more information please visit our online store or contact us link

Overview

Previous plugin

Documentation

The Doxygen documentation can be found at GStreamer 1.0 Codec Engine Plugin Design Documentation.

Supported hardware

Texas Instruments processors that support the Codec Engine API are of interesting.

Processor Status
DM365 Supported
DM368 Supported
DMVA1 Supported
DMVA2 Supported
DM3730 Not started
OMAP3 Not started
DM6446 Not started

Plugin status

Functionality Element name Owner Status
H.264 encode ce_h264enc Melissa Done
AAC encode ce_aacenc Melissa Done
MPEG4 encode ce_mpeg4enc Melissa Done
MJPEG/JPEG encode ce_jpegenc Carlos Done
MP3 encode ce_mp3enc Diego Not started
Resizer ??? Melissa Not started
Dual encoder ??? Michael Nearly complete
Dual resizer dualresizer Carlos Done
H264 decode ce_h264dec Community Not assigned
JPEG decode ce_jpegdec Community Not assigned
MPEG4 decode ce_mpeg4dec Community Not assigned
AAC decode ce_aacdec Community Not assigned

Community

Building

The GStreamer 1.0 Codec Engine plugin has build dependencies several GStreamer packages and on TI Codec Engine which is part of the DVSDK. In addition, the processor is an ARM, so the plugin is build using a cross compiler. For all of these reasons, it is easist to build the plugin using the RidgeRun evaluation SDK.

GStreamer core compatibility

Currently, the GStreamer 1.0 Codec Engine plugin is being build with the following GStreamer and related packages:

Package Version
GStreamer 1.0.5
Base plugin 1.0.5
Good plugin 1.0.5
Bad plugin 1.0.5
av lib 1.0.5

Example pipelines

There are a lot of tested example pipelines available.