<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Songbird Blog &#187; gstreamer</title>
	<atom:link href="http://blog.songbirdnest.com/tag/gstreamer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.songbirdnest.com</link>
	<description>Play music. Play the Web.</description>
	<lastBuildDate>Thu, 09 Feb 2012 00:55:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>GStreamer for all</title>
		<link>http://blog.songbirdnest.com/2009/03/03/gstreamer-for-all/</link>
		<comments>http://blog.songbirdnest.com/2009/03/03/gstreamer-for-all/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 04:10:36 +0000</pubDate>
		<dc:creator>Georges Auberger</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[fluendo]]></category>
		<category><![CDATA[gstreamer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.songbirdnest.com/?p=653</guid>
		<description><![CDATA[At the beginning of 2008, we announced our intention to use GStreamer as our main media core. This was no small feat but we were determined to provide Songbird users with a robust, extensible, open media pipeline. Since GStreamer was mainly a Linux project it required us to port it to OS X and Windows, which we [...]]]></description>
			<content:encoded><![CDATA[<p>At the beginning of 2008, we <a href="http://blog.songbirdnest.com/2008/01/30/gstreamer-for-all-all-for-gstreamer/">announced</a> our intention to use <a href="http://gstreamer.freedesktop.org/">GStreamer</a> as our main media core. This was no small feat but we were determined to provide Songbird users with a robust, extensible, open media pipeline.</p>
<p>Since GStreamer was mainly a Linux project it required us to port it to OS X and Windows, which we got <a href="http://blog.songbirdnest.com/2008/03/26/gstreamer-progress/">working</a> in late March. By July, we had GStreamer <a href="http://blog.songbirdnest.com/2008/07/18/gstreamer-in-nightlies/">integrated in both Mac and Windows nightlies</a>, albeit only supporting limited formats. In December, we&#8217;ve made our <a href="http://blog.songbirdnest.com/2008/11/25/songbird-10-is-here/ ">1.0 release available</a> which uses GStreamer as our main media playback system, across all platforms.</p>
<p>Because of its open plugin architecture, we were able to assemble the necessary codecs to legally support playback of MP3, FLAC, and Vorbis on all platforms; WMA and WMA DRM on Windows; and AAC and Fairplay on Windows and Mac (protected closed formats such as WMA DRM and Fairplay are still supported with additional cores).</p>
<p>On Linux, we are happy to announce that we’ve licensed the Fluendo mp3 decoder. Fluendo is a company that specializes in delivering multimedia products. They are also well known for their support of the development of the GStreamer multimedia framework. Fluendo also provides other GStreamer plugins to allow playback of format such as WMA on Linux for instance. You can purchase those through their <a href="http://www.fluendo.com">online shop</a> directly.</p>
<p>The community will benefit from all the hard work that went into this since we now have the foundation work in place to develop additional audio features such as normalization, cross fading and EQ. See our <a href="http://wiki.songbirdnest.com/Roadmap">roadmap</a> for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.songbirdnest.com/2009/03/03/gstreamer-for-all/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>GStreamer and Windows: Movie Magic!</title>
		<link>http://blog.songbirdnest.com/2008/06/02/gstreamer-and-windows-movie-magic/</link>
		<comments>http://blog.songbirdnest.com/2008/06/02/gstreamer-and-windows-movie-magic/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 22:41:33 +0000</pubDate>
		<dc:creator>msmith</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[gstreamer]]></category>

		<guid isPermaLink="false">http://blog.songbirdnest.com/?p=404</guid>
		<description><![CDATA[Here at the nest, we&#8217;ve been working hard to get GStreamer to rock on Windows and Mac, so that we&#8217;ll be able to move to our next-generation GStreamer-based MediaCore in the not-too-distant future. We want to keep you up-to-date with what we&#8217;re working on, even though it&#8217;ll be a while until we get the actual [...]]]></description>
			<content:encoded><![CDATA[<p>Here at the nest, we&#8217;ve been working hard to get GStreamer to rock on Windows and Mac, so that we&#8217;ll be able to move to our next-generation GStreamer-based MediaCore in the not-too-distant future. We want to keep you up-to-date with what we&#8217;re working on, even though it&#8217;ll be a while until we get the actual code into our users&#8217; hands.</p>
<p>Our latest contribution to the GStreamer universe is a new &#8216;video sink&#8217; (a GStreamer element that actually renders video frames onto the screen). The new &#8216;dshowvideosink&#8217; actually delegates this part of the work to DirectShow, so it can take advantage of hardware acceleration to display video.</p>
<p>Hardware acceleration is pretty important for high definition video &#8211; on one of our test systems, we went from only being able to show about 2-3 frames per second, to being able to display full 1080p content at 24 frames per second.</p>
<p>We&#8217;re pretty excited to get this work out there &#8211; as well as being important for Songbird, it&#8217;ll benefit all the other people using GStreamer on Windows as well. So, for those of you who like to read C++ code, <a title="GStreamer DirectShow video sink source" href="http://webcvs.freedesktop.org/gstreamer/gst-plugins-bad/sys/dshowvideosink/">take a look</a>!</p>
<p>Now, I&#8217;m off to watch a movie using GStreamer&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.songbirdnest.com/2008/06/02/gstreamer-and-windows-movie-magic/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

