<?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: Getting started with GStreamer with Python</title>
	<atom:link href="http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/</link>
	<description>At home with Jono Bacon, Community Manager and Author</description>
	<lastBuildDate>Sat, 11 Feb 2012 21:46:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Udayasri</title>
		<link>http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/comment-page-2/#comment-171547</link>
		<dc:creator>Udayasri</dc:creator>
		<pubDate>Fri, 06 Jan 2012 20:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=750#comment-171547</guid>
		<description>&lt;p&gt;Thanks Jono ..It is awesome..Really helpful for me tounderstand GStreamer :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Jono ..It is awesome..Really helpful for me tounderstand GStreamer <img src='http://www.jonobacon.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Glebzykov</title>
		<link>http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/comment-page-2/#comment-171329</link>
		<dc:creator>Glebzykov</dc:creator>
		<pubDate>Wed, 30 Nov 2011 07:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=750#comment-171329</guid>
		<description>&lt;p&gt;Properties are set with set_property() method.
Try fileout.set_property(&quot;file,&quot;/home/desktop/test.ogg&quot;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Properties are set with set_property() method.
Try fileout.set_property(&#8220;file,&#8221;/home/desktop/test.ogg&#8221;)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ajaxhe</title>
		<link>http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/comment-page-2/#comment-168606</link>
		<dc:creator>ajaxhe</dc:creator>
		<pubDate>Sun, 15 May 2011 07:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=750#comment-168606</guid>
		<description>&lt;p&gt;fixed! using command line like:
gst-launch-0.10 alsasrc ! audiorate ! wavenc ! filesink location=testsound.wav&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>fixed! using command line like:
gst-launch-0.10 alsasrc ! audiorate ! wavenc ! filesink location=testsound.wav</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ajaxhe</title>
		<link>http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/comment-page-2/#comment-168590</link>
		<dc:creator>ajaxhe</dc:creator>
		<pubDate>Fri, 13 May 2011 11:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=750#comment-168590</guid>
		<description>&lt;p&gt;???
I want recording from microphone and use &quot;tcpclientsink&quot; to send the voice to remote computer. The problem is, how can I get the data from microphone?
thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>???
I want recording from microphone and use &#8220;tcpclientsink&#8221; to send the voice to remote computer. The problem is, how can I get the data from microphone?
thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/comment-page-2/#comment-165785</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Tue, 21 Dec 2010 22:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=750#comment-165785</guid>
		<description>&lt;p&gt;What if I wanted to display video rather than play audio?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What if I wanted to display video rather than play audio?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/comment-page-2/#comment-164579</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 30 Nov 2010 17:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=750#comment-164579</guid>
		<description>&lt;p&gt;Hello .. i am doing a project in building a media player using gstreamer.. I find this very very useful to start with .. do you have any tutorial or example for building a pipeline ..&lt;/p&gt;

&lt;p&gt;many thanx&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello .. i am doing a project in building a media player using gstreamer.. I find this very very useful to start with .. do you have any tutorial or example for building a pipeline ..</p>

<p>many thanx</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kunal</title>
		<link>http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/comment-page-2/#comment-164140</link>
		<dc:creator>Kunal</dc:creator>
		<pubDate>Sat, 20 Nov 2010 18:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=750#comment-164140</guid>
		<description>&lt;p&gt;Probably you don&#039;t have the ogg decoder. Try it with a mp3 file.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Probably you don&#8217;t have the ogg decoder. Try it with a mp3 file.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: The Coding Weasel: talk #3 - gstreamer and python</title>
		<link>http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/comment-page-2/#comment-159989</link>
		<dc:creator>The Coding Weasel: talk #3 - gstreamer and python</dc:creator>
		<pubDate>Tue, 21 Sep 2010 22:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=750#comment-159989</guid>
		<description>&lt;p&gt;[...] the talk a couple of posts by Jono Bacon that provide a good introduction - they can be found here and here.Labels: gstreamer, python, [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] the talk a couple of posts by Jono Bacon that provide a good introduction &#8211; they can be found here and here.Labels: gstreamer, python, [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ravindran</title>
		<link>http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/comment-page-2/#comment-157211</link>
		<dc:creator>Ravindran</dc:creator>
		<pubDate>Fri, 27 Aug 2010 09:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=750#comment-157211</guid>
		<description>&lt;p&gt;(gst-launch-0.10:6312): GLib-WARNING **: g_set_prgname() called multiple times
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decodebin0: A text/html decoder plugin is required to play this stream, but not installed.
Additional debug info:
gstdecodebin.c(986): close_pad_link (): /GstPipeline:pipeline0/GstDecodeBin:decodebin0:
No decoder to handle media type &#039;text/html&#039;
ERROR: pipeline doesn&#039;t want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...&lt;/p&gt;

&lt;p&gt;Returns an Error Like this. Can you help ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>(gst-launch-0.10:6312): GLib-WARNING **: g_set_prgname() called multiple times
Setting pipeline to PAUSED &#8230;
Pipeline is PREROLLING &#8230;
ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decodebin0: A text/html decoder plugin is required to play this stream, but not installed.
Additional debug info:
gstdecodebin.c(986): close_pad_link (): /GstPipeline:pipeline0/GstDecodeBin:decodebin0:
No decoder to handle media type &#8216;text/html&#8217;
ERROR: pipeline doesn&#8217;t want to preroll.
Setting pipeline to NULL &#8230;
Freeing pipeline &#8230;</p>

<p>Returns an Error Like this. Can you help ?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Hamadi MESSOUD</title>
		<link>http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/comment-page-2/#comment-149317</link>
		<dc:creator>Hamadi MESSOUD</dc:creator>
		<pubDate>Wed, 23 Jun 2010 14:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=750#comment-149317</guid>
		<description>&lt;p&gt;hello
anyone knows the method to create dynamic pads?
 I use mpegtsdemux plugin to demultiplexer audio and video,so I need to create a dynamic pad for link mpegtsdemux pad and queue ( queuevideo, queueaudio)
here is my pipline I must coded in python or C :
gst-launch filesrc location=/home/hamadi/Bureau/test.ts ! mpegtsdemux name=demux program-number=12041 ! queue ! mpeg2dec ! ffmpegcolorspace ! xvimagesink demux. ! queue ! mad ! audioconvert ! audioresample ! alsasink
thank you&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hello
anyone knows the method to create dynamic pads?
 I use mpegtsdemux plugin to demultiplexer audio and video,so I need to create a dynamic pad for link mpegtsdemux pad and queue ( queuevideo, queueaudio)
here is my pipline I must coded in python or C :
gst-launch filesrc location=/home/hamadi/Bureau/test.ts ! mpegtsdemux name=demux program-number=12041 ! queue ! mpeg2dec ! ffmpegcolorspace ! xvimagesink demux. ! queue ! mad ! audioconvert ! audioresample ! alsasink
thank you</p>]]></content:encoded>
	</item>
</channel>
</rss>

