From 842f5ad9c405a9519100c026583265f2a43dda1b Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Mon, 10 Jun 2013 17:33:01 -0400 Subject: [PATCH] Fix typo in property install for rtsp-media's time-provider --- gst/rtsp-server/rtsp-media.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtsp-server/rtsp-media.c b/gst/rtsp-server/rtsp-media.c index e2c62ca..47c1aae 100644 --- a/gst/rtsp-server/rtsp-media.c +++ b/gst/rtsp-server/rtsp-media.c @@ -174,7 +174,7 @@ gst_rtsp_media_class_init (GstRTSPMediaClass * klass) "The GstBin to use for streaming the media", GST_TYPE_ELEMENT, G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE)); - g_object_class_install_property (gobject_class, PROP_EOS_SHUTDOWN, + g_object_class_install_property (gobject_class, PROP_TIME_PROVIDER, g_param_spec_boolean ("time-provider", "Time Provider", "Use a NetTimeProvider for clients", DEFAULT_TIME_PROVIDER, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); -- 2.7.4