[FE training-materials-updates] sysdev-embedded-linux: slightly improve explanation about gstreamer

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu May 30 18:30:14 CEST 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=11c2a41a0f538a08bb26eda8fee6ca4207ac6c2d

>---------------------------------------------------------------

commit 11c2a41a0f538a08bb26eda8fee6ca4207ac6c2d
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Thu May 30 18:19:16 2013 +0200

    sysdev-embedded-linux: slightly improve explanation about gstreamer
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


>---------------------------------------------------------------

11c2a41a0f538a08bb26eda8fee6ca4207ac6c2d
 .../sysdev-embedded-linux.tex                      |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
index c87ed3c..e3475db 100644
--- a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
+++ b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
@@ -514,9 +514,8 @@ met:
   \item {\bf gstreamer}, a multimedia framework
     \begin{itemize}
     \item Allows to decode/encode a wide variety of codecs.
-    \item Supports hardware encoders and decoders through plugins.\\
-      No more need to compile your application against each codec that
-      it should support.
+    \item Supports hardware encoders and decoders through plugins,
+      proprietary/specific plugins are often provider by SoC vendors.
     \end{itemize}
   \item {\bf alsa-lib}, the userspace tools associated to the ALSA sound
     kernel subsystem



More information about the training-materials-updates mailing list