Skip to content

Commit b96e409

Browse files
committed
blocks: Fixed bug gnuradio#903: tagged_stream_align duplicates tags
1 parent e2c5119 commit b96e409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gr-blocks/lib/tagged_stream_align_impl.cc

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ namespace gr {
4444
d_lengthtag(pmt::mp(lengthtagname)),
4545
d_have_sync(false)
4646
{
47+
set_tag_propagation_policy(TPP_DONT);
4748
}
4849

4950
tagged_stream_align_impl::~tagged_stream_align_impl()

0 commit comments

Comments
 (0)