Documentation ¶
Overview ¶
This example demonstrates the use of GStreamer's ToC API.
This API is used to manage a table of contents contained in the handled media stream. Chapters within a matroska file would be an example of a scenario for using this API. Elements that can parse ToCs from a stream (such as matroskademux) notify all elements in the pipeline when they encountered a ToC. For this, the example operates the following pipeline:
/-{queue} - {fakesink} {filesrc} - {decodebin} - {queue} - {fakesink} \- ...
Click to show internal directories.
Click to hide internal directories.