commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 02/09: blocks: vector_source: fixed tag src


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/09: blocks: vector_source: fixed tag srcid propagation when not using repeat mode
Date: Sun, 26 Apr 2015 22:37: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 db7fb5329f31f6f96c84552c9818c95ead5fcf7a
Author: Sean Nowlan <address@hidden>
Date:   Sun Apr 26 12:10:31 2015 -0400

    blocks: vector_source: fixed tag srcid propagation when not using repeat 
mode
---
 gr-blocks/lib/vector_source_X_impl.cc.t | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gr-blocks/lib/vector_source_X_impl.cc.t 
b/gr-blocks/lib/vector_source_X_impl.cc.t
index cb17c70..287864f 100644
--- a/gr-blocks/lib/vector_source_X_impl.cc.t
+++ b/gr-blocks/lib/vector_source_X_impl.cc.t
@@ -133,7 +133,8 @@ namespace gr {
         }
         for(unsigned t = 0; t < d_tags.size(); t++) {
           if((d_tags[t].offset >= d_offset) && (d_tags[t].offset < d_offset+n))
-            add_item_tag(0, d_tags[t].offset, d_tags[t].key, d_tags[t].value);
+            add_item_tag(0, d_tags[t].offset, d_tags[t].key, d_tags[t].value,
+                         d_tags[t].srcid);
         }
         d_offset += n;
         return n/d_vlen;



reply via email to

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