From 8269a028a00dacabbb38f6b761d367177a7fef54 Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Thu, 17 Jun 2010 17:24:22 +0100 Subject: flvmux: add documentation for streamable property --- common | 2 +- gst/flv/gstflvmux.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/common b/common index 73ff93a46..733fca913 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 73ff93a46a122e76ae400eed155f0b1ce13d9ed6 +Subproject commit 733fca913736edad29dea6a8dded921282ecee20 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 " -- cgit v1.2.3