Re: [Discuss-gnuradio] remove_item_tag()

2016-09-14 Thread Martin Braun
You shouldn't use this at all. If you want to modify tags in your block, you set the tag propagation policy to "none", and then simply write the updated tag value to the output. Cheers, M On 09/14/2016 11:34 AM, devin kelly wrote: > Hello, > > I'm interested in editing stream tags. So far my

[Discuss-gnuradio] remove_item_tag()

2016-09-14 Thread devin kelly
Hello, I'm interested in editing stream tags. So far my approach is to read the tag I'm interested in, copy the value, remove the tag, edit the tag value and then add the new tag with add_item_tag. In looking at the GR documentation, the function remove_item_tag says that the function will be