Connecting our IP Cores to GStreamer
GStreamer is a very powerful, cross-platform, open-source video software framework. Ideal for converting image formats, displaying images in applications and much more.
Why reinvent the wheel ?
In combination with IP Core, driver and GStreamer, software applications can be realized in a few weeks, instead of many months. Your engineering capacity can focus on product development and products can be brought to market much faster.
GStreamer Overview
GStreamer consists at its core of a video pipeline and an extensive software library for most of the popular video formats. In the adjacent feature list you can see some of the main highlights of GStreamer.
More information about GStreamer can be found at https://gstreamer.freedesktop.org/.
GStreamer Features
- Compatible with Linux, Windows and MAC OS X
- Graph-based structure allows arbitrary pipeline construction
- Based on Glib 2.0 object model for object-oriented design and inheritance
- Clean, simple and stable API for both plugin and application developers
- Extremely lightweight data passing means very high performance/low latency
- Complete debugging system for both core and plugin/app developers