[FE training-materials-updates] Rename "gstreamer" to "GStreamer"

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Dec 31 08:03:13 CET 2013


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

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

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

commit aefc4253c08ffd7d2c135010252ac82e4c88391b
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Dec 31 05:29:04 2013 +0100

    Rename "gstreamer" to "GStreamer"
    
    - Using the name that the project uses
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

aefc4253c08ffd7d2c135010252ac82e4c88391b
 labs/boottime-application/boottime-application.tex |    2 +-
 labs/boottime-measuring/boottime-measuring.tex     |    2 +-
 .../sysdev-embedded-linux.tex                      |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/labs/boottime-application/boottime-application.tex b/labs/boottime-application/boottime-application.tex
index 087f4d2..c8ac792 100644
--- a/labs/boottime-application/boottime-application.tex
+++ b/labs/boottime-application/boottime-application.tex
@@ -75,7 +75,7 @@ could recompile it to remove support for the features that you know are
 not used in your system. This should speed up its execution, at least
 slightly.
 
-In our case, we could recompile \code{gstreamer} with just the features
+In our case, we could recompile GStreamer with just the features
 and plugins required to play the exact video format and codec that we
 have.
 
diff --git a/labs/boottime-measuring/boottime-measuring.tex b/labs/boottime-measuring/boottime-measuring.tex
index 3c5a148..e345cca 100644
--- a/labs/boottime-measuring/boottime-measuring.tex
+++ b/labs/boottime-measuring/boottime-measuring.tex
@@ -114,7 +114,7 @@ When only software tracing is available, a standard solution is to
 add instrumentation to the application (here the video player) to write a message to 
 the serial line.
 
-In our case, however, our video player is based on gstreamer, a very
+In our case, however, our video player is based on GStreamer, a very
 complex piece of software. We can write a message on the serial line
 before starting the player application, but the time to load this
 application and actually start playing the video is far from being
diff --git a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
index b6623d5..eb3844d 100644
--- a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
+++ b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
@@ -511,7 +511,7 @@ met:
 \begin{frame}
   \frametitle{Audio, video and multimedia}
   \begin{itemize}
-  \item {\bf gstreamer}, a multimedia framework
+  \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,
@@ -520,7 +520,7 @@ met:
   \item {\bf alsa-lib}, the userspace tools associated to the ALSA sound
     kernel subsystem
   \item Directly using encoding and decoding libraries, if you decide
-    not to use gstreamer:\\
+    not to use GStreamer:\\
     libavcodec, libogg, libtheora, libvpx, flac, libvorbis, libmad,
     libsndfile, speex, etc.
   \end{itemize}



More information about the training-materials-updates mailing list