mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
docs: add add the two enum values that were just added too
This commit is contained in:
parent
64dd9f18a7
commit
b5324c288b
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ typedef struct _GstMultiFileSinkClass GstMultiFileSinkClass;
|
|||
* @GST_MULTI_FILE_SINK_NEXT_DISCONT: New file after each discontinuity
|
||||
* @GST_MULTI_FILE_SINK_NEXT_KEY_FRAME: New file at each key frame
|
||||
* (Useful for MPEG-TS segmenting)
|
||||
* @GST_MULTI_FILE_SINK_NEXT_KEY_UNIT_EVENT: New file after a force key unit
|
||||
* event (Since: 0.10.31)
|
||||
* @GST_MULTI_FILE_SINK_NEXT_MAX_SIZE: New file when the configured maximum file
|
||||
* size would be exceeded with the next buffer or buffer list (Since: 0.10.31)
|
||||
*
|
||||
* File splitting modes.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue