GNOME Bugzilla – Bug 665666
multifilesink: GstMultiFileSinkNext not documented
Last modified: 2011-12-06 15:19:00 UTC
A GstMultiFileSinkNext enum value is expected for the "next-file" public property to control when to start a new file, but it's not documented at all. Additionally GST_MULTI_FILE_SINK_NEXT_KEY_UNIT_EVENT would be Since: 0.10.31 then, while some earlier ones might be new at a certain version as well.
It looks like there's some documentation strings for that in gst_multi_file_sink_next_get_type -> g_enum_register_static, but gtk-doc doesn't pick it up from the GEnumValue::value_name
Yes, that is a shortcoming of how we document plugins, we won't pick up the or enum/flag types.
Actually that is nonsense. looking into it now.
commit 64dd9f18a7e15d12a5a361d1c9156d4056f14c7c Author: Stefan Sauer <ensonic@users.sf.net> Date: Tue Dec 6 16:14:54 2011 +0100 multifilesink: expose the enum property docs for splitting mode. Fixes #665666.