[gst-cvs] gst-plugins-good: flvmux: hide is-live property for release

Tim Müller tpm at kemper.freedesktop.org
Sun Apr 25 16:21:40 PDT 2010


Module: gst-plugins-good
Branch: master
Commit: f48bc702afa63d47004d8e80c04c410d38ed8b20
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=f48bc702afa63d47004d8e80c04c410d38ed8b20

Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Sun Apr 25 21:19:33 2010 +0100

flvmux: hide is-live property for release

At the very least it needs a better/less wrong name.

See #613066.

---

 gst/flv/gstflvmux.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gst/flv/gstflvmux.c b/gst/flv/gstflvmux.c
index 0c6b7ad..4a59fc8 100644
--- a/gst/flv/gstflvmux.c
+++ b/gst/flv/gstflvmux.c
@@ -160,10 +160,14 @@ gst_flv_mux_class_init (GstFlvMuxClass * klass)
   gobject_class->set_property = gst_flv_mux_set_property;
   gobject_class->finalize = gst_flv_mux_finalize;
 
+  /* FIXME: disabled for release, needs a better/less wrong name; ideally the
+   * right mode of operation should be detected automatically using queries */
+#if 0
   g_object_class_install_property (gobject_class, PROP_IS_LIVE,
       g_param_spec_boolean ("is-live", "Is Live",
           "The stream is live and does not need an index", DEFAULT_IS_LIVE,
           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+#endif
 
   gstelement_class->change_state = GST_DEBUG_FUNCPTR (gst_flv_mux_change_state);
   gstelement_class->request_new_pad =





More information about the Gstreamer-commits mailing list