mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
uridecodebin: buffering is implemented now
This commit is contained in:
parent
3d2b3dd268
commit
26290f44d6
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue