diff options
author | johschmitz <johannes.schmitz1@gmail.com> | 2016-07-11 23:20:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-11 23:20:29 +0200 |
commit | 67c00b90ca8fb0a540dd07d00096cdcc2cd4041a (patch) | |
tree | b2a8131282e0e4bac6257171fa2b6892e1d8148c /gr-uhd | |
parent | e55666b75c055afe26145a090acd894e9c1d47b0 (diff) |
gr-uhd: create tag when issuing stream command
Diffstat (limited to 'gr-uhd')
-rw-r--r-- | gr-uhd/lib/usrp_source_impl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-uhd/lib/usrp_source_impl.cc b/gr-uhd/lib/usrp_source_impl.cc index f0450a604d..ebfdf4abb2 100644 --- a/gr-uhd/lib/usrp_source_impl.cc +++ b/gr-uhd/lib/usrp_source_impl.cc @@ -480,6 +480,7 @@ namespace gr { { _dev->issue_stream_cmd(cmd, _stream_args.channels[i]); } + _tag_now = true; } bool |