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/file_metadata_vector_source.grc | |
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/file_metadata_vector_source.grc')
-rw-r--r-- | gr-blocks/examples/metadata/file_metadata_vector_source.grc | 12 |
1 files changed, 6 insertions, 6 deletions
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' |