uridecodebin: buffering is implemented now

This commit is contained in:
Wim Taymans 2009-10-23 14:30:52 -04:00 committed by Wim Taymans
parent 3d2b3dd268
commit 26290f44d6

View 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));
/**