summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerabbas@merali.org>2010-06-17 17:24:22 +0100
committerZaheer Abbas Merali <zaheerabbas@merali.org>2010-06-17 17:24:22 +0100
commit8269a028a00dacabbb38f6b761d367177a7fef54 (patch)
tree943a3a53e351cb54bbec9947a4b5d27188aacd17
parent1300f0f4b2943aba0f1332b448de6ae6f82feb45 (diff)
flvmux: add documentation for streamable property
m---------common0
-rw-r--r--gst/flv/gstflvmux.c8
2 files changed, 8 insertions, 0 deletions
diff --git a/common b/common
-Subproject 73ff93a46a122e76ae400eed155f0b1ce13d9ed
+Subproject 733fca913736edad29dea6a8dded921282ecee2
diff --git a/gst/flv/gstflvmux.c b/gst/flv/gstflvmux.c
index f9f3a23f9..2cba5f38b 100644
--- a/gst/flv/gstflvmux.c
+++ b/gst/flv/gstflvmux.c
@@ -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 "