From f9988581923dab8e4fd20abb34a8ba55f2c95bd3 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 23 Oct 2009 14:32:29 -0400 Subject: [PATCH] decodebin2: buffering is implemented now --- gst/playback/gstdecodebin2.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gst/playback/gstdecodebin2.c b/gst/playback/gstdecodebin2.c index 4844ada4a8..c5d670936c 100644 --- a/gst/playback/gstdecodebin2.c +++ b/gst/playback/gstdecodebin2.c @@ -715,14 +715,11 @@ gst_decode_bin_class_init (GstDecodeBinClass * klass) * Activate buffering in decodebin2. This will instruct the multiqueues behind * decoders to emit BUFFERING messages. - * Not implemented yet. - * * Since: 0.10.26 */ g_object_class_install_property (gobject_klass, PROP_USE_BUFFERING, g_param_spec_boolean ("use-buffering", "Use Buffering", - "Emit GST_MESSAGE_BUFFERING based on low-/high-percent thresholds" - " (not implemented)", + "Emit GST_MESSAGE_BUFFERING based on low-/high-percent thresholds", DEFAULT_USE_BUFFERING, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); /**