From b5324c288b878c06896438ad71a6201f228b8637 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Tue, 6 Dec 2011 16:47:25 +0100 Subject: [PATCH] docs: add add the two enum values that were just added too --- gst/multifile/gstmultifilesink.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/multifile/gstmultifilesink.h b/gst/multifile/gstmultifilesink.h index e827395..dd234d6 100644 --- a/gst/multifile/gstmultifilesink.h +++ b/gst/multifile/gstmultifilesink.h @@ -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. */ -- 2.7.4