GStreamer: Difference between revisions
Created page with "<br /> === Introduction === GStreamer is a popular media (audio + video) streaming framework with many options for stream generation (sources), stream processing (filters) and..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=== Introduction === | === Introduction === | ||
GStreamer is a popular media (audio + video) streaming framework with many options for stream generation (sources), stream processing (filters) and stream consumption (sinks). | GStreamer is a popular media (audio + video) streaming framework with many options for stream generation (sources), stream processing (filters) and stream consumption (sinks). | ||
Line 5: | Line 4: | ||
=== Resources === | === Resources === | ||
* [https://gstreamer.freedesktop.org/documentation/ Main documentation site] | * [https://gstreamer.freedesktop.org/documentation/ Main documentation site] | ||
* [http://processors.wiki.ti.com/index.php/Example_GStreamer_Pipelines Example GStreamer Pipelines] (Texas Instruments) |
Latest revision as of 2019-04-13T09:06:09
Introduction
GStreamer is a popular media (audio + video) streaming framework with many options for stream generation (sources), stream processing (filters) and stream consumption (sinks).
Resources
- Main documentation site
- Example GStreamer Pipelines (Texas Instruments)