uridecodebin: buffering is implemented now
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 23 Oct 2009 18:30:52 +0000 (14:30 -0400)
committerWim Taymans <wim@metal.(none)>
Sat, 24 Oct 2009 20:09:59 +0000 (16:09 -0400)
gst/playback/gsturidecodebin.c

index c0abcd7..a1691fb 100644 (file)
@@ -340,7 +340,7 @@ gst_uri_decode_bin_class_init (GstURIDecodeBinClass * klass)
    */
   g_object_class_install_property (gobject_class, PROP_USE_BUFFERING,
       g_param_spec_boolean ("use-buffering", "Use Buffering",
-          "Perform buffering on demuxed/parsed media (not implemented)",
+          "Perform buffering on demuxed/parsed media",
           DEFAULT_USE_BUFFERING, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
   /**