diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index cbeebe18a..80a3a297e 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -12756,7 +12756,7 @@ "blurb": "Pad path to target", "conditionally-available": false, "construct": false, - "construct-only": true, + "construct-only": false, "controllable": false, "default": "NULL", "mutable": "null", @@ -12768,7 +12768,7 @@ "blurb": "Factory name to target", "conditionally-available": false, "construct": false, - "construct-only": true, + "construct-only": false, "controllable": false, "default": "NULL", "mutable": "null", diff --git a/utils/tracers/src/pcap_writer/imp.rs b/utils/tracers/src/pcap_writer/imp.rs index 5c7aabb49..4f5ad1ef4 100644 --- a/utils/tracers/src/pcap_writer/imp.rs +++ b/utils/tracers/src/pcap_writer/imp.rs @@ -171,7 +171,6 @@ pub struct PcapWriter { name="target-factory", get, set, - construct_only, type = Option, member = target_factory, blurb = "Factory name to target") @@ -180,7 +179,6 @@ pub struct PcapWriter { name="pad-path", get, set, - construct_only, type = Option, member = pad_path, blurb = "Pad path to target")