commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 05/09: blocks: Fixed bug #903: tagged_strea


From: git
Subject: [Commit-gnuradio] [gnuradio] 05/09: blocks: Fixed bug #903: tagged_stream_align duplicates tags
Date: Sun, 21 Feb 2016 15:39:13 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit b96e40937ed6c19b5f98346e075bb31c862a7bc9
Author: Martin Braun <address@hidden>
Date:   Fri Feb 19 23:47:56 2016 -0800

    blocks: Fixed bug #903: tagged_stream_align duplicates tags
---
 gr-blocks/lib/tagged_stream_align_impl.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gr-blocks/lib/tagged_stream_align_impl.cc 
b/gr-blocks/lib/tagged_stream_align_impl.cc
index c71d038..80b5286 100644
--- a/gr-blocks/lib/tagged_stream_align_impl.cc
+++ b/gr-blocks/lib/tagged_stream_align_impl.cc
@@ -44,6 +44,7 @@ namespace gr {
         d_lengthtag(pmt::mp(lengthtagname)),
         d_have_sync(false)
     {
+      set_tag_propagation_policy(TPP_DONT);
     }
 
     tagged_stream_align_impl::~tagged_stream_align_impl()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]