Fix typo in property install for rtsp-media's time-provider
authorYouness Alaoui <youness.alaoui@collabora.co.uk>
Mon, 10 Jun 2013 21:33:01 +0000 (17:33 -0400)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 25 Jun 2013 13:12:36 +0000 (15:12 +0200)
gst/rtsp-server/rtsp-media.c

index e2c62ca..47c1aae 100644 (file)
@@ -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));