diff --git a/ext/gdk_pixbuf/gstgdkpixbufsink.c b/ext/gdk_pixbuf/gstgdkpixbufsink.c index bb7d0c827f..bde9e4afa0 100644 --- a/ext/gdk_pixbuf/gstgdkpixbufsink.c +++ b/ext/gdk_pixbuf/gstgdkpixbufsink.c @@ -38,7 +38,11 @@ * * * Retrieving the current pixbuf via the #GstGdkPixbufSink:last-pixbuf property - * when needed. + * when needed. This is the easiest way to get at pixbufs for snapshotting + * purposes - just wait until the pipeline is prerolled (ASYNC_DONE message + * on the bus), then read the property. If you use this method, you may want + * to disable message posting by setting the #GstGdkPixbufSink:post-messages + * property to #FALSE. This avoids unnecessary memory overhead. * * *