<div dir="ltr"><div>Ah, you're absolutely correct: I'd forgotten the NULL at the end. Thank you for the help!<br><br></div>George<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 25 June 2013 17:47, Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, 2013-06-25 at 17:30 +0100, George Demetriades wrote:<br>
> Thanks for the quick reply Tim.<br>
><br>
><br>
> I hadn't realised that the implementation isn't externally accessible.<br>
> This is useful to know.<br>
><br>
><br>
> For the flags, I'm trying to change a property on a Fluendo decoding<br>
> element (the "trim" property on the "fluaacdec" element), but the code<br>
> seg faults at this point in the code. I was wondering if the problem<br>
> could be caused by the flag settings; would you have any ideas on<br>
> this?<br>
<br>
</div>Unlikely. The flags just tell you whether you can change it or only read<br>
it.<br>
<br>
The most likely cause of a segfault is that you either pass the wrong<br>
type of argument to g_object_set() - maybe better add a cast to make<br>
sure, or that you forgot a ", NULL" at the end.<br>
<div class="HOEnZb"><div class="h5"><br>
Cheers<br>
 -Tim<br>
<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>