<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Nov 24, 2014 at 12:18 PM, Tim Müller <span dir="ltr"><<a href="mailto:tim@centricular.com" target="_blank">tim@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 Mon, 2014-11-24 at 11:51 -0500, Stirling Westrup wrote:<br>
<br>
> I am trying to hook into the "autoplug-select" signal of decodebin,<br>
> but the callback is required to return a GstAutoplugSelectResult type,<br>
> which appears nowhere in the gst header files.<br>
<br>
</span>Yes, you'll have to copy the definition into your code, or introspect it<br>
via the GEnum system. I recommend the former ;)<br>
<br>
Plugins don't ship headers.<br></blockquote><div><br></div><div>If you're not going to ship the headers to support a documented interface, why document it at all?<br></div>The last thing I need is to have the definition change somewhere down the line without me noticing because<br></div><div class="gmail_quote">my code is using a definition I pulled in from the current implementation.<br><br></div></div></div>