Hey,
Thanks for pointing out the problem, based on your solution I might found the problem.
In file class.jetpack-post-images.php (jetpack plugin directory), replace line 254:
$html = apply_filters( ‘the_content’, $html->post_content );
with
$html = $html->post_content;
Now it is working for my site.
Using:
NextGEN Gallery 1.9.10
Jetpack von WordPress.com 2.0.4
Site https://www.riedenthal.at
Thanks,
br Timmy