mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-24 23:16:30 +00:00
Typos in preface.md
This commit is contained in:
parent
49df25c3d0
commit
d4efa95dc4
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ the following order:
|
||||||
The last chapter, [Events: Seeking, Navigation and More][events], will
|
The last chapter, [Events: Seeking, Navigation and More][events], will
|
||||||
discuss the concept of events in GStreamer. Events are another way of
|
discuss the concept of events in GStreamer. Events are another way of
|
||||||
doing application-element interaction. They take care of seeking, for
|
doing application-element interaction. They take care of seeking, for
|
||||||
example. They are also yet another a way in which elements
|
example. They are also yet another way in which elements
|
||||||
interact with each other, such as letting each other know about
|
interact with each other, such as letting each other know about
|
||||||
media stream discontinuities, forwarding tags inside a pipeline and
|
media stream discontinuities, forwarding tags inside a pipeline and
|
||||||
so on.
|
so on.
|
||||||
|
@ -199,7 +199,7 @@ and [Media types and Properties][intro-mediatypes]. If you are already
|
||||||
familiar with this information, you can use this short overview to
|
familiar with this information, you can use this short overview to
|
||||||
refresh your memory, or you can skip to [Building a Plugin][building].
|
refresh your memory, or you can skip to [Building a Plugin][building].
|
||||||
|
|
||||||
As you can see, there a lot to learn, so let's get started\!
|
As you can see, there's a lot to learn, so let's get started\!
|
||||||
|
|
||||||
- Creating compound and complex elements by extending from a GstBin.
|
- Creating compound and complex elements by extending from a GstBin.
|
||||||
This will allow you to create plugins that have other plugins
|
This will allow you to create plugins that have other plugins
|
||||||
|
|
Loading…
Reference in a new issue