We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c5119 commit b96e409Copy full SHA for b96e409
gr-blocks/lib/tagged_stream_align_impl.cc
@@ -44,6 +44,7 @@ namespace gr {
44
d_lengthtag(pmt::mp(lengthtagname)),
45
d_have_sync(false)
46
{
47
+ set_tag_propagation_policy(TPP_DONT);
48
}
49
50
tagged_stream_align_impl::~tagged_stream_align_impl()
0 commit comments