projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d2b3dd
)
uridecodebin: buffering is implemented now
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 23 Oct 2009 18:30:52 +0000
(14:30 -0400)
committer
Wim Taymans
<wim@metal.(none)>
Sat, 24 Oct 2009 20:09:59 +0000
(16:09 -0400)
gst/playback/gsturidecodebin.c
patch
|
blob
|
history
diff --git
a/gst/playback/gsturidecodebin.c
b/gst/playback/gsturidecodebin.c
index
c0abcd7
..
a1691fb
100644
(file)
--- a/
gst/playback/gsturidecodebin.c
+++ b/
gst/playback/gsturidecodebin.c
@@
-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));
/**