mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
decodebin2: buffering is implemented now
This commit is contained in:
parent
26290f44d6
commit
f998858192
1 changed files with 1 additions and 4 deletions
|
@ -715,14 +715,11 @@ gst_decode_bin_class_init (GstDecodeBinClass * klass)
|
||||||
* Activate buffering in decodebin2. This will instruct the multiqueues behind
|
* Activate buffering in decodebin2. This will instruct the multiqueues behind
|
||||||
* decoders to emit BUFFERING messages.
|
* decoders to emit BUFFERING messages.
|
||||||
|
|
||||||
* Not implemented yet.
|
|
||||||
*
|
|
||||||
* Since: 0.10.26
|
* Since: 0.10.26
|
||||||
*/
|
*/
|
||||||
g_object_class_install_property (gobject_klass, PROP_USE_BUFFERING,
|
g_object_class_install_property (gobject_klass, PROP_USE_BUFFERING,
|
||||||
g_param_spec_boolean ("use-buffering", "Use Buffering",
|
g_param_spec_boolean ("use-buffering", "Use Buffering",
|
||||||
"Emit GST_MESSAGE_BUFFERING based on low-/high-percent thresholds"
|
"Emit GST_MESSAGE_BUFFERING based on low-/high-percent thresholds",
|
||||||
" (not implemented)",
|
|
||||||
DEFAULT_USE_BUFFERING, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
DEFAULT_USE_BUFFERING, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue