flvmux: add documentation for streamable property

This commit is contained in:
Zaheer Abbas Merali 2010-06-17 17:24:22 +01:00
parent 1300f0f4b2
commit 8269a028a0
2 changed files with 9 additions and 1 deletions

2
common

@ -1 +1 @@
Subproject commit 73ff93a46a122e76ae400eed155f0b1ce13d9ed6
Subproject commit 733fca913736edad29dea6a8dded921282ecee20

View file

@ -162,6 +162,14 @@ gst_flv_mux_class_init (GstFlvMuxClass * klass)
/* FIXME: ideally the right mode of operation should be detected
* automatically using queries when parameter not specified. */
/**
* GstFlvMux:streamable
*
* If True, the output will be streaming friendly. (ie without indexes and
* duration)
*
* Since: 0.10.24
**/
g_object_class_install_property (gobject_class, PROP_STREAMABLE,
g_param_spec_boolean ("streamable", "streamable",
"If set to true, the output should be as if it is to be streamed "