mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
Fix typo in property install for rtsp-media's time-provider
This commit is contained in:
parent
55214d0d52
commit
842f5ad9c4
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue