mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
docs: add pointer to part-seeking.txt design docs to event seek flags docs
This commit is contained in:
parent
439bbf1fde
commit
e1ac508cab
1 changed files with 5 additions and 1 deletions
|
@ -298,7 +298,11 @@ typedef enum {
|
|||
* When doing fast forward (rate > 1.0) or fast reverse (rate < -1.0) trickmode
|
||||
* playback, the @GST_SEEK_FLAG_SKIP flag can be used to instruct decoders
|
||||
* and demuxers to adjust the playback rate by skipping frames. This can improve
|
||||
* performance and decrease CPU usage because not all frames need to be decoded.
|
||||
* performance and decrease CPU usage because not all frames need to be decoded.
|
||||
*
|
||||
* Also see part-seeking.txt in the GStreamer design documentation for more
|
||||
* details on the meaning of these flags and the behaviour expected of
|
||||
* elements that handle them.
|
||||
*/
|
||||
typedef enum {
|
||||
GST_SEEK_FLAG_NONE = 0,
|
||||
|
|
Loading…
Reference in a new issue