mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
docs/random/events: small typo. (and first commit test for me :)
Original commit message from CVS: * docs/random/events : small typo. (and first commit test for me :)
This commit is contained in:
parent
a1b6e4c148
commit
38bc5be22e
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ not important for the example.
|
|||
(please note that this example is purely theoretical. It should just show ideas)
|
||||
During playback, an application is interested in "interpret", "title", "length_time",
|
||||
"length_size" and "URI" of the current stream.
|
||||
- The appplication creates a HAS_INFO event and inserts it at the end of the pipeline into the
|
||||
- The application creates a HAS_INFO event and inserts it at the end of the pipeline into the
|
||||
osssink.
|
||||
- The osssink cannot supply any info so it forwards the event to the mikmod element.
|
||||
- The mikmod element can supply "title" and "length_time". It calls the supplied callback twice
|
||||
|
|
Loading…
Reference in a new issue