summaryrefslogtreecommitdiff
path: root/gst/rist
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2019-05-20 10:26:14 -0400
committerThibault Saunier <tsaunier@gnome.org>2019-05-21 13:31:52 +0000
commit397f3afd19d6cc9e992a3dceb280beb4da635df8 (patch)
tree4b971de31b45e80b2ba3cf6cf971489ec732f07c /gst/rist
parent601233c9adfbc04b8175f89e0fd43b2d029eda7e (diff)
downloadgstreamer-plugins-bad-397f3afd19d6cc9e992a3dceb280beb4da635df8.tar.gz
docs: Update cache and mark some rist prop as 'show-default'
Diffstat (limited to 'gst/rist')
-rw-r--r--gst/rist/gstristsink.c3
-rw-r--r--gst/rist/gstristsrc.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/gst/rist/gstristsink.c b/gst/rist/gstristsink.c
index 07e7a9ec3..f7d298a34 100644
--- a/gst/rist/gstristsink.c
+++ b/gst/rist/gstristsink.c
@@ -819,7 +819,8 @@ gst_rist_sink_class_init (GstRistSinkClass * klass)
g_object_class_install_property (object_class, PROP_CNAME,
g_param_spec_string ("cname", "CName",
"Set the CNAME in the SDES block of the sender report.", NULL,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS |
+ GST_PARAM_DOC_SHOW_DEFAULT));
g_object_class_install_property (object_class, PROP_MULTICAST_LOOPBACK,
g_param_spec_boolean ("multicast-loopback", "Multicast Loopback",
diff --git a/gst/rist/gstristsrc.c b/gst/rist/gstristsrc.c
index 1811f2450..9c6fa2815 100644
--- a/gst/rist/gstristsrc.c
+++ b/gst/rist/gstristsrc.c
@@ -908,7 +908,8 @@ gst_rist_src_class_init (GstRistSrcClass * klass)
g_object_class_install_property (object_class, PROP_CNAME,
g_param_spec_string ("cname", "CName",
"Set the CNAME in the SDES block of the receiver report.", NULL,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS |
+ GST_PARAM_DOC_SHOW_DEFAULT));
g_object_class_install_property (object_class, PROP_MULTICAST_LOOPBACK,
g_param_spec_boolean ("multicast-loopback", "Multicast Loopback",