GStreamer

From Texas Instruments Embedded Processors Wiki

Jump to: navigation, search


  • Image:Google-16x16.png Search for an article here:


Abstract

GStreamer is a pipeline-based multimedia framework that allows you to create a variety of media-handling software components, including simple audio playback, audio and video playback, recording, streaming, and editing. The pipeline design allows you to easily write any type of streaming multimedia application. GStreamer also provides existing libraries and plugins for features such as A/V synchronization, muxing/demuxing, etc. Using GStreamer allows you to leverage all of this existing code in your product.

However, existing open source plugins do not leverage the DSP and accelerator modules on TI hardware. Leveraging these resources allows the system to perform labor-intensive operations while consuming fewer ARM cycles. This leaves the ARM processor free to perform other tasks in parallel. In order to enable full use of the hardware we do not need to significantly modify GStreamer to support TI platforms, we just need to write a plugin.

By providing a plugin that provides access to the hardware we are enabling the user to:

  1. Focus development efforts on "WOW" features of an application rather than spending time on base functionality.
  2. Enable DaVinci and OMAP devices to use existing applications built on top of GStreamer.
  3. Leverage the modular design to decrease the time required to develop new applications and enable more re-use of existing code.

GStreamer Plug-ins for TI hardware

There are several approaches that have been used to develop GStreamer plug-ins that utilize the DSP and accelerator modules in TI hardware.


For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article GStreamer here.
Leave a Comment

Comments

Gstreamer version: 0.99.00 To use script to run gst-launch repeatedly, after about 100 times, there will be a memory allocating error. System will initial the oom-killer to kill all current processes to acquire memory.


But if use the “free” command, you will find there are still many free memories. The system will kill all other processes to get memory even if there are still many free ones. Why? How can we trace the gstreamer allocating memory? Thanks.

Stony yi said ...

how can i send sps/pps repeatedly in the plugin gstrtph264pay ?

--Stony yi 02:08, 6 January 2010 (CST)

Personal tools