mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
videorate: Add Since marker for the new skip-to-first property
This commit is contained in:
parent
f35c5bc1e7
commit
7dbefedeef
1 changed files with 8 additions and 0 deletions
|
@ -185,6 +185,14 @@ gst_video_rate_class_init (GstVideoRateClass * klass)
|
|||
g_param_spec_double ("new-pref", "New Pref",
|
||||
"Value indicating how much to prefer new frames (unused)", 0.0, 1.0,
|
||||
DEFAULT_NEW_PREF, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/**
|
||||
* GstVideoRate:skip-to-first:
|
||||
*
|
||||
* Don't produce buffers before the first one we receive.
|
||||
*
|
||||
* Since: 0.10.25
|
||||
*/
|
||||
g_object_class_install_property (object_class, ARG_SKIP_TO_FIRST,
|
||||
g_param_spec_boolean ("skip-to-first", "Skip to first buffer",
|
||||
"Don't produce buffers before the first one we receive",
|
||||
|
|
Loading…
Reference in a new issue