<?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 on: GStreamer now available in Mac and Windows nightlies!</title>
	<atom:link href="http://blog.songbirdnest.com/2008/07/18/gstreamer-in-nightlies/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.songbirdnest.com/2008/07/18/gstreamer-in-nightlies/</link>
	<description>Play music. Play the Web.</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:37:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Avery</title>
		<link>http://blog.songbirdnest.com/2008/07/18/gstreamer-in-nightlies/comment-page-1/#comment-56301</link>
		<dc:creator>Avery</dc:creator>
		<pubDate>Tue, 14 Jul 2009 23:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/?p=439#comment-56301</guid>
		<description>Why is it not done via about:config? Is this because it needs to be done before the application starts?</description>
		<content:encoded><![CDATA[<p>Why is it not done via about:config? Is this because it needs to be done before the application starts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miro</title>
		<link>http://blog.songbirdnest.com/2008/07/18/gstreamer-in-nightlies/comment-page-1/#comment-43531</link>
		<dc:creator>Miro</dc:creator>
		<pubDate>Thu, 29 Jan 2009 10:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/?p=439#comment-43531</guid>
		<description>It would be great if the project could provide separate build of the gstreamer for windows.
The reason is simple: there is no recent GStreamer build for windows, even the upstream seems lazy with this. And this could be useful for many other proejcts/people.

The only difference I see with your GStreamer build is that plugins have &quot;gst&quot; prefix, instead of &quot;libgst&quot; as in the original build.</description>
		<content:encoded><![CDATA[<p>It would be great if the project could provide separate build of the gstreamer for windows.<br />
The reason is simple: there is no recent GStreamer build for windows, even the upstream seems lazy with this. And this could be useful for many other proejcts/people.</p>
<p>The only difference I see with your GStreamer build is that plugins have &#8220;gst&#8221; prefix, instead of &#8220;libgst&#8221; as in the original build.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Barnum</title>
		<link>http://blog.songbirdnest.com/2008/07/18/gstreamer-in-nightlies/comment-page-1/#comment-17621</link>
		<dc:creator>Doug Barnum</dc:creator>
		<pubDate>Tue, 29 Jul 2008 18:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/?p=439#comment-17621</guid>
		<description>Thanks for the info msmith.</description>
		<content:encoded><![CDATA[<p>Thanks for the info msmith.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msmith</title>
		<link>http://blog.songbirdnest.com/2008/07/18/gstreamer-in-nightlies/comment-page-1/#comment-17617</link>
		<dc:creator>msmith</dc:creator>
		<pubDate>Tue, 29 Jul 2008 17:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/?p=439#comment-17617</guid>
		<description>Doug: we actually had nothing to do with the directshow gstreamer source (we did things with the directshow decoder wrappers, and a directshow video sink). We also don&#039;t know much about gstreamer-java (the same goes for the rest of the gstreamer developers too - I don&#039;t think gstreamer-java gets a lot of love). 

You should probably ask questions on the gst-devel mailing list - hopefully someone there will know a bit more.</description>
		<content:encoded><![CDATA[<p>Doug: we actually had nothing to do with the directshow gstreamer source (we did things with the directshow decoder wrappers, and a directshow video sink). We also don&#8217;t know much about gstreamer-java (the same goes for the rest of the gstreamer developers too &#8211; I don&#8217;t think gstreamer-java gets a lot of love). </p>
<p>You should probably ask questions on the gst-devel mailing list &#8211; hopefully someone there will know a bit more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Barnum</title>
		<link>http://blog.songbirdnest.com/2008/07/18/gstreamer-in-nightlies/comment-page-1/#comment-17612</link>
		<dc:creator>Doug Barnum</dc:creator>
		<pubDate>Tue, 29 Jul 2008 15:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/?p=439#comment-17612</guid>
		<description>I had a technical question for the songbird developers, which I hope is OK to ask here.

I&#039;m writing a radio application that I was wondering could use the dshow gstreamer source that I believe exists because the songbird folks have done that work for the gstreamer project.

This application needs to get at capture devices on windows.  These devices are TV Tuner PCI/USB that also have a FM tuner.  The application is in Java and I would need to use gstreamer-java.  This is all simple to do on Linux as v4l/v4l2 is simple and directshow is hard :)

Of course since I don&#039;t use windows let alone develop on it, I&#039;m biased.

Thanks in advance to any help or advice.

Doug</description>
		<content:encoded><![CDATA[<p>I had a technical question for the songbird developers, which I hope is OK to ask here.</p>
<p>I&#8217;m writing a radio application that I was wondering could use the dshow gstreamer source that I believe exists because the songbird folks have done that work for the gstreamer project.</p>
<p>This application needs to get at capture devices on windows.  These devices are TV Tuner PCI/USB that also have a FM tuner.  The application is in Java and I would need to use gstreamer-java.  This is all simple to do on Linux as v4l/v4l2 is simple and directshow is hard <img src='http://blog.songbirdnest.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Of course since I don&#8217;t use windows let alone develop on it, I&#8217;m biased.</p>
<p>Thanks in advance to any help or advice.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ali rayl</title>
		<link>http://blog.songbirdnest.com/2008/07/18/gstreamer-in-nightlies/comment-page-1/#comment-17240</link>
		<dc:creator>ali rayl</dc:creator>
		<pubDate>Thu, 24 Jul 2008 20:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/?p=439#comment-17240</guid>
		<description>@Ian: We now have an add-on available to tell you which media core you&#039;re using.  Check out the link in the &quot;updated&quot; section on this post.  :)</description>
		<content:encoded><![CDATA[<p>@Ian: We now have an add-on available to tell you which media core you&#8217;re using.  Check out the link in the &#8220;updated&#8221; section on this post.  <img src='http://blog.songbirdnest.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raffel</title>
		<link>http://blog.songbirdnest.com/2008/07/18/gstreamer-in-nightlies/comment-page-1/#comment-17212</link>
		<dc:creator>raffel</dc:creator>
		<pubDate>Thu, 24 Jul 2008 07:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/?p=439#comment-17212</guid>
		<description>@boffo
thanks for the kind words, as i said before i&#039;m totally biased but i couldn&#039;t agree with you more on this one!</description>
		<content:encoded><![CDATA[<p>@boffo<br />
thanks for the kind words, as i said before i&#8217;m totally biased but i couldn&#8217;t agree with you more on this one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boffo</title>
		<link>http://blog.songbirdnest.com/2008/07/18/gstreamer-in-nightlies/comment-page-1/#comment-17183</link>
		<dc:creator>boffo</dc:creator>
		<pubDate>Wed, 23 Jul 2008 20:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/?p=439#comment-17183</guid>
		<description>Nothing substantive to add, except that I&#039;m very excited about this development.  Songbird really seems to be hitting its stride now.</description>
		<content:encoded><![CDATA[<p>Nothing substantive to add, except that I&#8217;m very excited about this development.  Songbird really seems to be hitting its stride now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ali rayl</title>
		<link>http://blog.songbirdnest.com/2008/07/18/gstreamer-in-nightlies/comment-page-1/#comment-17165</link>
		<dc:creator>ali rayl</dc:creator>
		<pubDate>Wed, 23 Jul 2008 17:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/?p=439#comment-17165</guid>
		<description>@Cris: GStreamer is going to help Songbird become the really robust, full-featured media player that we want it to be.  It will allow us to build all sorts of features, such as gapless playback, visualizations, transcoding, and CD ripping.  We don&#039;t know exactly when we&#039;ll get those features implemented, but it&#039;s all on the horizon.  We&#039;re looking forward to getting started on it!</description>
		<content:encoded><![CDATA[<p>@Cris: GStreamer is going to help Songbird become the really robust, full-featured media player that we want it to be.  It will allow us to build all sorts of features, such as gapless playback, visualizations, transcoding, and CD ripping.  We don&#8217;t know exactly when we&#8217;ll get those features implemented, but it&#8217;s all on the horizon.  We&#8217;re looking forward to getting started on it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cris</title>
		<link>http://blog.songbirdnest.com/2008/07/18/gstreamer-in-nightlies/comment-page-1/#comment-17156</link>
		<dc:creator>Cris</dc:creator>
		<pubDate>Wed, 23 Jul 2008 12:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/?p=439#comment-17156</guid>
		<description>Love your work guys.

I&#039;d love to see a post about what this move will mean for the product and the end user. better quality? Lower CPU usage? More supported formats?</description>
		<content:encoded><![CDATA[<p>Love your work guys.</p>
<p>I&#8217;d love to see a post about what this move will mean for the product and the end user. better quality? Lower CPU usage? More supported formats?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

