diff options
author | Ron Economos <w6rz@comcast.net> | 2021-10-01 19:22:24 -0700 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-10-11 07:24:38 -0400 |
commit | 89e45e3f9422a8b6f069d770de23f5ca841426d6 (patch) | |
tree | 8bb35344598aa706fad5f34b6d0fce5221b445ab /gr-blocks/examples/metadata | |
parent | 58d3849bce9b59cb5306757ab1d56a0dad536b49 (diff) |
examples: Repair all examples affected by commit 91e9ddf.
Replace all occurrences of empty minoutbuf and maxoutbuf with 0.
Signed-off-by: Ron Economos <w6rz@comcast.net>
Diffstat (limited to 'gr-blocks/examples/metadata')
4 files changed, 22 insertions, 22 deletions
diff --git a/gr-blocks/examples/metadata/file_metadata_sink.grc b/gr-blocks/examples/metadata/file_metadata_sink.grc index a4b04d323a..af85702732 100644 --- a/gr-blocks/examples/metadata/file_metadata_sink.grc +++ b/gr-blocks/examples/metadata/file_metadata_sink.grc @@ -64,8 +64,8 @@ blocks: amp: '1' comment: '' freq: '1000' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' offset: '0' samp_rate: samp_rate type: complex @@ -99,8 +99,8 @@ blocks: affinity: '' alias: '' comment: '' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' num_items: '20000000' type: complex vlen: '1' @@ -391,8 +391,8 @@ blocks: lo_source7: internal lo_source8: internal lo_source9: internal - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' nchan: '1' norm_gain0: 'False' norm_gain1: 'False' diff --git a/gr-blocks/examples/metadata/file_metadata_source.grc b/gr-blocks/examples/metadata/file_metadata_source.grc index 0496c760bc..ee1daa8932 100644 --- a/gr-blocks/examples/metadata/file_metadata_source.grc +++ b/gr-blocks/examples/metadata/file_metadata_source.grc @@ -48,8 +48,8 @@ blocks: decay_rate: 1e-2 gain: '1.0' max_gain: '0.0' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' reference: '1.0' type: complex states: @@ -65,8 +65,8 @@ blocks: detached: 'True' file: /tmp/metadat_file.out hdr_file: '' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' repeat: 'False' type: complex vlen: '1' @@ -112,8 +112,8 @@ blocks: alias: '' comment: '' ignoretag: 'True' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' samples_per_second: samp_rate type: complex vlen: '1' diff --git a/gr-blocks/examples/metadata/file_metadata_vector_sink.grc b/gr-blocks/examples/metadata/file_metadata_vector_sink.grc index 626d1071e5..93bb35f26b 100644 --- a/gr-blocks/examples/metadata/file_metadata_vector_sink.grc +++ b/gr-blocks/examples/metadata/file_metadata_vector_sink.grc @@ -63,8 +63,8 @@ blocks: affinity: '' alias: '' comment: '' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' num_items: '10010000' type: complex vlen: '10' @@ -78,8 +78,8 @@ blocks: affinity: '' alias: '' comment: '' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' repeat: 'True' tags: '[]' type: complex diff --git a/gr-blocks/examples/metadata/file_metadata_vector_source.grc b/gr-blocks/examples/metadata/file_metadata_vector_source.grc index 98455af249..2c121e32f2 100644 --- a/gr-blocks/examples/metadata/file_metadata_vector_source.grc +++ b/gr-blocks/examples/metadata/file_metadata_vector_source.grc @@ -47,8 +47,8 @@ blocks: detached: 'True' file: /tmp/metadat_vector.out hdr_file: '' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' repeat: 'False' type: complex vlen: '10' @@ -94,8 +94,8 @@ blocks: alias: '' comment: '' ignoretag: 'True' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' samples_per_second: samp_rate type: complex vlen: '10' @@ -109,8 +109,8 @@ blocks: affinity: '' alias: '' comment: '' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' num_items: '10' type: complex vlen: '1' |