<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Oct 28, 2015 at 2:27 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mi, 2015-10-28 at 00:19 -0500, John Weber wrote:<br>
> <br>
> One question - is there a way that I can get access to a shared (read<br>
> only, or immutable) version of the statistics from the rtp source? <br>
> I'd like to store that and reference it when I need to read it,<br>
> rather than needing to go through the process of getting a new copy<br>
> of the statistics GstStructure every time.<br>
<br>
</span>As GstStructure is not refcounted, no. But the one you get from the<br>
"stats" property is owned by you and not going to change. You can keep<br>
it around as long as you want, but to get newer stats you need to get a<br>
new one.<br>
<span class="HOEnZb"></span><br></blockquote></div><br></div><div class="gmail_extra">OK.  Thanks!<br></div></div>