<div dir="ltr">No worries, and thanks for the help.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 19 December 2012 16:03, 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 Wed, 2012-12-19 at 15:52 +0000, Nox Deleo wrote:<br>
> Sorry if I'm just being dense here, but the docs package I downloaded<br>
> says it's for GStreamer 1.0, and the headings on the following two<br>
> pages say the same:<br>
> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-appsrc.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-appsrc.html</a><br>


><br>
> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-appsrc.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-appsrc.html</a><br>


><br>
<br>
> I'm also explicitly asking for GStreamer 1.0 when I load Gst<br>
> introspection modules in python, and that's also telling me<br>
> push_buffer:<br>
> >>> import gi<br>
> >>> gi.require_version('GstApp', '1.0')<br>
> >>> from gi.repository import GstApp<br>
> >>> print(dir(GstApp.AppSrc))<br>
> ...'props', 'provide_clock', 'push_buffer', 'query',<br>
> 'query_convert'...<br>
<br>
> Very confusing.<br>
<br>
</div>Sorry, you're entirely right. It's me who was confused.<br>
<br>
It is indeed push-buffer for appsrc.<br>
<br>
appsink was changed from buffer to sample, I just assumed the same was<br>
done for appsrc as well, but seems not (and it's not really needed since<br>
you can set the caps via the property upfront anyway).<br>
<br>
Apologies for the confusion :)<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>