<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Le coin à Guij</title>
	<atom:link href="http://guij.emont.org/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://guij.emont.org/blog</link>
	<description></description>
	<lastBuildDate>Thu, 10 Nov 2011 12:14:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Comment on Gstreamer and OpenCV for image stabilisation by Rego</title>
		<link>http://guij.emont.org/blog/2011/11/10/gstreamer-and-opencv-for-image-stabilisation/#comment-461</link>
		<dc:creator>Rego</dc:creator>
		<pubDate>Thu, 10 Nov 2011 12:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://guij.emont.org/blog/?p=183#comment-461</guid>
		<description>Woooww, I like it ;-)</description>
		<content:encoded><![CDATA[<p>Woooww, I like it ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing with the Android NDK and GStreamer by guijemont</title>
		<link>http://guij.emont.org/blog/2010/03/13/playing-with-the-android-ndk-and-gstreamer/#comment-457</link>
		<dc:creator>guijemont</dc:creator>
		<pubDate>Wed, 09 Nov 2011 13:59:57 +0000</pubDate>
		<guid isPermaLink="false">https://guij.emont.org/blog/?p=115#comment-457</guid>
		<description>Hey Reynaldo!
Yeah, I saw your blog post (well, and your talk in Prague), thanks for the pointer, and good job!
Hope I will manage to find some time soon to try it.</description>
		<content:encoded><![CDATA[<p>Hey Reynaldo!<br />
Yeah, I saw your blog post (well, and your talk in Prague), thanks for the pointer, and good job!<br />
Hope I will manage to find some time soon to try it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing with the Android NDK and GStreamer by Reynaldo</title>
		<link>http://guij.emont.org/blog/2010/03/13/playing-with-the-android-ndk-and-gstreamer/#comment-456</link>
		<dc:creator>Reynaldo</dc:creator>
		<pubDate>Wed, 09 Nov 2011 13:51:05 +0000</pubDate>
		<guid isPermaLink="false">https://guij.emont.org/blog/?p=115#comment-456</guid>
		<description>Hi pal. Maybe a tad late but we have some work going on in this very
same subject. Repositories available with full building instructions here:

http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions</description>
		<content:encoded><![CDATA[<p>Hi pal. Maybe a tad late but we have some work going on in this very<br />
same subject. Repositories available with full building instructions here:</p>
<p><a href="http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions">http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing with the Android NDK and GStreamer by Matias Wilkman</title>
		<link>http://guij.emont.org/blog/2010/03/13/playing-with-the-android-ndk-and-gstreamer/#comment-70</link>
		<dc:creator>Matias Wilkman</dc:creator>
		<pubDate>Thu, 25 Nov 2010 12:03:15 +0000</pubDate>
		<guid isPermaLink="false">https://guij.emont.org/blog/?p=115#comment-70</guid>
		<description>Hi,
Thanks for getting the ball rolling on this effort. 
Have you read this article about building libraries that use autotools with the NDK:
http://warpedtimes.wordpress.com/2010/02/03/building-open-source-libraries-with-android-ndk/ ?

Also, maybe I&#039;m slow, but I can&#039;t seem to figure out how to build the git source tree with NDK. Just running ndk-build in the root dir gave me &quot;Android NDK: Could not find application project directory !&quot;. I then tried specifying the makefile (NDK_APPLICATION_MK) and project path (NDK_PROJECT_PATH) manually, but got errors about missing makefiles in jni/, which does not exist. However, the files seemed to exist under the root directory, so I created symlinks to the root from jni/, and got a build started. However, I get errors like 
&quot;gstreamer-android/android/jni/tools/gst-inspect.c:28:42: error: gst/controller/gstcontroller.h: No such file or directory&quot;, even though I have gstcontroller.h in /usr/include/gstreamer-0.10/gst/controller/, and pass -I/usr/include/gstreamer-0.10 to ndk-build.

Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for getting the ball rolling on this effort.<br />
Have you read this article about building libraries that use autotools with the NDK:<br />
<a href="http://warpedtimes.wordpress.com/2010/02/03/building-open-source-libraries-with-android-ndk/">http://warpedtimes.wordpress.com/2010/02/03/building-open-source-libraries-with-android-ndk/</a> ?</p>
<p>Also, maybe I&#8217;m slow, but I can&#8217;t seem to figure out how to build the git source tree with NDK. Just running ndk-build in the root dir gave me &#8220;Android NDK: Could not find application project directory !&#8221;. I then tried specifying the makefile (NDK_APPLICATION_MK) and project path (NDK_PROJECT_PATH) manually, but got errors about missing makefiles in jni/, which does not exist. However, the files seemed to exist under the root directory, so I created symlinks to the root from jni/, and got a build started. However, I get errors like<br />
&#8220;gstreamer-android/android/jni/tools/gst-inspect.c:28:42: error: gst/controller/gstcontroller.h: No such file or directory&#8221;, even though I have gstcontroller.h in /usr/include/gstreamer-0.10/gst/controller/, and pass -I/usr/include/gstreamer-0.10 to ndk-build.</p>
<p>Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing with the Android NDK and GStreamer by Andy</title>
		<link>http://guij.emont.org/blog/2010/03/13/playing-with-the-android-ndk-and-gstreamer/#comment-68</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 14 Sep 2010 04:43:41 +0000</pubDate>
		<guid isPermaLink="false">https://guij.emont.org/blog/?p=115#comment-68</guid>
		<description>Hi guijemont,

I noticed the Git repositories. Just wondering if you could share the example hello world project that linked these two examples together (e.g. one with them in the jni directory that I could run ndk-build on). Just having a little bit of trouble getting them compiled.

Also... have you considered to run a jni code generator on the GStreamer libraries to get a complete set of bindings (and save time?) I was thinking about something like GlueGen or Noodle Glue?</description>
		<content:encoded><![CDATA[<p>Hi guijemont,</p>
<p>I noticed the Git repositories. Just wondering if you could share the example hello world project that linked these two examples together (e.g. one with them in the jni directory that I could run ndk-build on). Just having a little bit of trouble getting them compiled.</p>
<p>Also&#8230; have you considered to run a jni code generator on the GStreamer libraries to get a complete set of bindings (and save time?) I was thinking about something like GlueGen or Noodle Glue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing with the Android NDK and GStreamer by guijemont</title>
		<link>http://guij.emont.org/blog/2010/03/13/playing-with-the-android-ndk-and-gstreamer/#comment-67</link>
		<dc:creator>guijemont</dc:creator>
		<pubDate>Wed, 08 Sep 2010 13:19:15 +0000</pubDate>
		<guid isPermaLink="false">https://guij.emont.org/blog/?p=115#comment-67</guid>
		<description>@sanjeeth: not sure about the plugins needed, but for now, I don&#039;t have plugins really working (OK, I should admit I haven&#039;t touched this since this article, hopefully I&#039;ll have some time for this this month)

@saturne: I can&#039;t say much more than what&#039;s in the article and in my previous answer to sanjeeth

@andy: The Android.mk files are in the git branches, linked in the article

@madmac2501: d&#039;oh, how did I miss this? Will definitely try it, thanks!</description>
		<content:encoded><![CDATA[<p>@sanjeeth: not sure about the plugins needed, but for now, I don&#8217;t have plugins really working (OK, I should admit I haven&#8217;t touched this since this article, hopefully I&#8217;ll have some time for this this month)</p>
<p>@saturne: I can&#8217;t say much more than what&#8217;s in the article and in my previous answer to sanjeeth</p>
<p>@andy: The Android.mk files are in the git branches, linked in the article</p>
<p>@madmac2501: d&#8217;oh, how did I miss this? Will definitely try it, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing with the Android NDK and GStreamer by madmac2501</title>
		<link>http://guij.emont.org/blog/2010/03/13/playing-with-the-android-ndk-and-gstreamer/#comment-66</link>
		<dc:creator>madmac2501</dc:creator>
		<pubDate>Wed, 08 Sep 2010 13:05:46 +0000</pubDate>
		<guid isPermaLink="false">https://guij.emont.org/blog/?p=115#comment-66</guid>
		<description>I suggest to read this bug report about JNI bindings and GStreamer https://bugzilla.gnome.org/show_bug.cgi?id=583465</description>
		<content:encoded><![CDATA[<p>I suggest to read this bug report about JNI bindings and GStreamer <a href="https://bugzilla.gnome.org/show_bug.cgi?id=583465">https://bugzilla.gnome.org/show_bug.cgi?id=583465</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing with the Android NDK and GStreamer by Andy</title>
		<link>http://guij.emont.org/blog/2010/03/13/playing-with-the-android-ndk-and-gstreamer/#comment-65</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 07 Sep 2010 02:53:17 +0000</pubDate>
		<guid isPermaLink="false">https://guij.emont.org/blog/?p=115#comment-65</guid>
		<description>Hi there,

This is such a fantastic plan, really love the idea and your progress. I&#039;ve played around with porting ffmpeg just for this very reason.

I&#039;m interested in helping you with your goal. I was just wondering if you might be able to send me your source project with the Android.mk files for GStreamer and GLib? It would help me greatly.

Cheers,
Andy</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>This is such a fantastic plan, really love the idea and your progress. I&#8217;ve played around with porting ffmpeg just for this very reason.</p>
<p>I&#8217;m interested in helping you with your goal. I was just wondering if you might be able to send me your source project with the Android.mk files for GStreamer and GLib? It would help me greatly.</p>
<p>Cheers,<br />
Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing with the Android NDK and GStreamer by saturne</title>
		<link>http://guij.emont.org/blog/2010/03/13/playing-with-the-android-ndk-and-gstreamer/#comment-64</link>
		<dc:creator>saturne</dc:creator>
		<pubDate>Wed, 25 Aug 2010 13:45:40 +0000</pubDate>
		<guid isPermaLink="false">https://guij.emont.org/blog/?p=115#comment-64</guid>
		<description>Hy Sanjeeth and  guijemont

Can you tell me how I can build gstreamer on ndk

Thanks</description>
		<content:encoded><![CDATA[<p>Hy Sanjeeth and  guijemont</p>
<p>Can you tell me how I can build gstreamer on ndk</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Camino de Santiago by guijemont</title>
		<link>http://guij.emont.org/blog/2010/08/04/camino-de-santiago/#comment-63</link>
		<dc:creator>guijemont</dc:creator>
		<pubDate>Wed, 04 Aug 2010 19:13:48 +0000</pubDate>
		<guid isPermaLink="false">https://guij.emont.org/blog/?p=118#comment-63</guid>
		<description>@bob: well, errr, ...hey, come on, it&#039;s summer!</description>
		<content:encoded><![CDATA[<p>@bob: well, errr, &#8230;hey, come on, it&#8217;s summer!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

