<div dir="ltr"><div><div><div><div>Thanks for the quick reply Tim.<br><br></div>I hadn't realised that the implementation isn't externally accessible. This is useful to know.<br><br></div>For the flags, I'm trying to change a property on a Fluendo decoding element (the "trim" property on the "fluaacdec" element), but the code seg faults at this point in the code. I was wondering if the problem could be caused by the flag settings; would you have any ideas on this?<br>
<br></div>Many thanks,<br></div>George<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 25 June 2013 16:59, 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">On Tue, 2013-06-25 at 15:52 +0100, George Demetriades wrote:<br>
<br>
Hi,<br>
<div class="im"><br>
> Would anyone be able to explain (or point me to a good description of)<br>
> how each of these features can be accessed?<br>
><br>
><br>
> To further illustrate my question, I'll copy/paste the sections I'm<br>
> referring to on a section of the output information on the "queue"<br>
> element:<br>
><br>
><br>
> Pads:<br>
>   SRC: 'src'<br>
>     Implementation:<br>
>       Has custom eventfunc(): gst_queue_handle_src_event<br>
>       Has custom queryfunc(): gst_queue_handle_src_query<br>
>       Has custom iterintlinkfunc():<br>
> gst_pad_iterate_internal_links_default<br>
>       Has getcapsfunc(): gst_queue_getcaps<br>
>       Has acceptcapsfunc(): gst_queue_acceptcaps<br>
>     Pad Template: 'src'<br>
><br>
><br>
> In this case, how would I use each of the custom functions?<br>
<br>
</div>These can't be "accessed". It's just the names of the functions the<br>
element uses internally. I'm not really sure why that stuff is printed<br>
at all in gst-inspect, I don't think it's particularly useful.<br>
<div class="im"><br>
<br>
> max-size-buffers    : Max. number of buffers in the queue (0=disable)<br>
>                         flags: readable,<br>
> writable<br>
><br>
><br>
> And for this, how would I change the readable/writable flag for the<br>
> property?<br>
<br>
</div>Why would you? The queue element decides that. If you are writing your<br>
own element, you can change this when you create the GParamSpec for the<br>
property in your class_init function.<br>
<br>
Cheers<br>
 -Tim<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>
</blockquote></div><br></div>