<br><br><div class="gmail_quote">On Wed, Dec 30, 2009 at 11:36 PM,  <span dir="ltr">&lt;<a href="mailto:gstreamer-devel-request@lists.sourceforge.net">gstreamer-devel-request@lists.sourceforge.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send gstreamer-devel mailing list submissions to<br>
        <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:gstreamer-devel-request@lists.sourceforge.net">gstreamer-devel-request@lists.sourceforge.net</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gstreamer-devel-owner@lists.sourceforge.net">gstreamer-devel-owner@lists.sourceforge.net</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of gstreamer-devel digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. trouble with playbin2 and audio track (kitone)<br>
   2. Re: level element in playbin2 (Stefan Kost)<br>
   3. Re: gstreamer clock (Stefan Kost)<br>
   4. Re: gstreamer in a non-multimedia area? (Stefan Kost)<br>
   5. H.264 decoder sink problem (<a href="mailto:ananthula.madhu@wipro.com">ananthula.madhu@wipro.com</a>)<br>
   6. Re: gstreamer in a non-multimedia area? (Leonardo Sandoval)<br>
   7. Re: Playbin2 and Audio-CDs (regomodo)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 30 Dec 2009 13:18:54 +0100<br>
From: kitone &lt;<a href="mailto:kitone@free.fr">kitone@free.fr</a>&gt;<br>
Subject: [gst-devel] trouble with playbin2 and audio track<br>
To: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
Message-ID: &lt;<a href="mailto:20091230131854.0c177421@free.fr">20091230131854.0c177421@free.fr</a>&gt;<br>
Content-Type: text/plain; charset=US-ASCII<br>
<br>
Hi everyone,<br>
<br>
I&#39;m using playbin2 to play video and I&#39;ve add the ability to change<br>
audio track in the player. This doesn&#39;t work very well. When I switch<br>
to an other track there&#39;s little problem like no sound, need to seek to<br>
have sound again or some little freeze.<br>
<br>
So there&#39;s a best way to change track ?<br>
<br>
Do I need to define the state of the pipeline to PAUSED, change the<br>
audio track and replay again ? Or can I do this on the fly ?<br>
<br>
code :<br>
void Player::set_current_audio(int track) {<br>
  g_object_set (playbin, &quot;current-audio&quot;, track, NULL);<br>
}<br>
<br>
Best regards,<br>
kitone<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 30 Dec 2009 16:30:15 +0200<br>
From: Stefan Kost &lt;<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>&gt;<br>
Subject: Re: [gst-devel] level element in playbin2<br>
To: Discussion of the development of GStreamer<br>
        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4B3B63F7.9030601@hora-obscura.de">4B3B63F7.9030601@hora-obscura.de</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
hi,<br>
<br>
Am 28.12.2009 14:34, schrieb J. Rios:<br>
&gt; Hello,<br>
&gt;    Im tryign to incorporate the level element into a playbin2. This is<br>
&gt; the significant part of what I have tried<br>
&gt;<br>
&gt;     GstElement * outputsink;<br>
&gt;     outputsink = gst_element_factory_make( &quot;gconfaudiosink&quot;, &quot;audio-sink&quot; );<br>
&gt; ...<br>
&gt;     GstElement * m_Playbin = gst_element_factory_make( &quot;playbin2&quot;, &quot;play&quot; );<br>
&gt; ...<br>
&gt;     GstElement * level = gst_element_factory_make( &quot;level&quot;, &quot;levelctrl&quot; );<br>
&gt;<br>
&gt;     GstElement * replay = gst_element_factory_make( &quot;rgvolume&quot;,<br>
&gt; &quot;replaygain&quot; );<br>
&gt;<br>
&gt;<br>
&gt;     gst_bin_add( GST_BIN( m_Playbin ), level );<br>
&gt;     gst_bin_add( GST_BIN( m_Playbin ), replay );<br>
&gt;     g_object_set( G_OBJECT( m_Playbin ), &quot;audio-sink&quot;, outputsink, NULL );<br>
&gt;<br>
&gt;     g_object_set( level, &quot;message&quot;, true, NULL );<br>
&gt;<br>
&gt;     g_object_set( G_OBJECT( m_Playbin ), &quot;flags&quot;, 0x02|0x10, NULL );<br>
&gt;<br>
&gt;     gst_bus_add_watch( gst_pipeline_get_bus( GST_PIPELINE( m_Playbin ) ),<br>
&gt;             ( GstBusFunc ) gst_bus_async_callback, this );<br>
&gt;<br>
&gt;<br>
this cannot work as such. The elements need to be linked in the right order.<br>
What you need to do, is to create an own bin, add level, replay and the<br>
audiosink there, link them and set your bin as the audiosink. You need to add a<br>
ghostpad to the bin and set it to the first (yet unlinked) sink pad of you elements.<br>
<br>
Stefan<br>
<br>
<br>
&gt; The problem I have is that I dont get the Element messages. All the rest<br>
&gt; works fine including the replay-gain volumen but I dont get the level<br>
&gt; messages in the callback function.<br>
&gt; What I want to do is detect when the sound level is below an user<br>
&gt; defined level so I can skip to next track.<br>
&gt;<br>
&gt; I dunno if this is the correct place to put it but I have been tryign to<br>
&gt; search for this with no success. Please if u know what is wrong or how<br>
&gt; it should work let me know<br>
&gt;<br>
&gt; Thanks in advance<br>
&gt; J.Rios<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; This SF.Net email is sponsored by the Verizon Developer Community<br>
&gt; Take advantage of Verizon&#39;s best-in-class app development support<br>
&gt; A streamlined, 14 day to market process makes app distribution fast and easy<br>
&gt; Join now and get one step closer to millions of Verizon customers<br>
&gt; <a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 30 Dec 2009 16:33:26 +0200<br>
From: Stefan Kost &lt;<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>&gt;<br>
Subject: Re: [gst-devel] gstreamer clock<br>
To: Discussion of the development of GStreamer<br>
        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Cc: sreerenj b &lt;<a href="mailto:bsreerenj@gmail.com">bsreerenj@gmail.com</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4B3B64B6.3020401@hora-obscura.de">4B3B64B6.3020401@hora-obscura.de</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Am 30.12.2009 08:19, schrieb sreerenj b:<br>
&gt;<br>
&gt; HI,<br>
&gt;<br>
&gt; Is there any way to get some signal or tick from the pipeline depending<br>
&gt; upon the data transferd?(For example, suppose if i change the streaming<br>
&gt; server playback rate to twice the actual rate,then i should needs to get<br>
&gt; some identification from pipeline in each second or in  some periodic<br>
&gt; manner.)<br>
<br>
You could use gst_clock_new_periodic_id() together with a gst_clock_id_wait() or<br>
gst_clock_id_wait_async()<br>
<br>
Stefan<br>
<br>
&gt; --<br>
&gt; Sreerenj B<br>
&gt; <a href="mailto:bsreerenj@gmail.com">bsreerenj@gmail.com</a> &lt;mailto:<a href="mailto:bsreerenj@gmail.com">bsreerenj@gmail.com</a>&gt;<br>
&gt; mob: +91 9739469496<br>
&gt;<br>
&gt;<br></blockquote><div><br>Hi ,<br><br>These are depending upon the time intervals i think.Is it possible to get the tick from pipeline depending upon the amount of data being trasfered?(  if the network  traffic is blocked for sometimes, it should not send any ticks)<br>
<br><br>sreerenj<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; This SF.Net email is sponsored by the Verizon Developer Community<br>
&gt; Take advantage of Verizon&#39;s best-in-class app development support<br>
&gt; A streamlined, 14 day to market process makes app distribution fast and easy<br>
&gt; Join now and get one step closer to millions of Verizon customers<br>
&gt; <a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 30 Dec 2009 16:36:37 +0200<br>
From: Stefan Kost &lt;<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>&gt;<br>
Subject: Re: [gst-devel] gstreamer in a non-multimedia area?<br>
To: Discussion of the development of GStreamer<br>
        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Cc: Leonardo Sandoval &lt;<a href="mailto:leonardo_gdl@yahoo.com.mx">leonardo_gdl@yahoo.com.mx</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4B3B6575.1020707@hora-obscura.de">4B3B6575.1020707@hora-obscura.de</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
hi,<br>
<br>
Am 29.12.2009 18:18, schrieb Leonardo Sandoval:<br>
&gt; Hi,<br>
&gt;<br>
&gt; In the past, I worked in a project which consists of joining together several numerical codes (codes which solve some particular physic problem, like stars gravity or star mass evolution) in a single one, but this turned to be a very difficult problem due to different language/technologies.<br>

&gt;<br>
&gt; Recently, I moved to the multimedia field using gstreamer and seems  to be an excellent and natural &#39;glue&#39; to put several things together under a single framework. Before I can dig deeper on this, I have a simple question: in the case of galaxy dynamics, we are not talking about frames but &#39;snapshots&#39;, where each snapshot contains the information of each star inside a galaxy (mass, position, velocity, gas composition, etc.), i.e. the state  of the galaxy at some time.<br>

&gt;<br>
&gt; I know that gstreamer does not care about the kind of data flowing, I just want to know if gstreamer has been used in other fields  rather than multimedia and if yes, which has been the experienced with this technology.<br>

&gt;<br>
<br>
I am quite sure it can be done. WHat I wonder is how gstreamer might help you.<br>
For multimedia it gives you data flow synchronisation and format negotiation<br>
(and other things). I am not sure you would need those. What would be left is<br>
the plugin framework and some developments support.<br>
<br>
&gt;<br>
&gt; Happy new year!<br>
&gt;<br>
Same to you.<br>
<br>
Stefan<br>
&gt;<br>
&gt;<br>
&gt;       Encuentra las mejores recetas en Yahoo! Cocina.<br>
&gt; <a href="http://mx.mujer.yahoo.com/cocina/" target="_blank">http://mx.mujer.yahoo.com/cocina/</a><br>
&gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; This SF.Net email is sponsored by the Verizon Developer Community<br>
&gt; Take advantage of Verizon&#39;s best-in-class app development support<br>
&gt; A streamlined, 14 day to market process makes app distribution fast and easy<br>
&gt; Join now and get one step closer to millions of Verizon customers<br>
&gt; <a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Wed, 30 Dec 2009 20:15:13 +0530<br>
From: &lt;<a href="mailto:ananthula.madhu@wipro.com">ananthula.madhu@wipro.com</a>&gt;<br>
Subject: [gst-devel] H.264 decoder sink problem<br>
To: &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:9833F736BF212D438BF4F998F697E4D01C0B0E@BLR-SJP-MBX02.wipro.com">9833F736BF212D438BF4F998F697E4D01C0B0E@BLR-SJP-MBX02.wipro.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
Hi ,<br>
        I am developing H264 decoder plugin. In my current pipeline i<br>
took filesrc, myplugin and autovideosink elements.<br>
i was able to decode the .H264 input file but i am not able to view the<br>
video on sink side. The decoded data by writing into a file and able to<br>
run with yuv tool. but through sink i am not able to. Could anyone<br>
suggest what output buffer should i create and which capabilities need i<br>
to set?<br>
<br>
    Please its urgent...<br>
<br>
Thanks &amp; Regards<br>
Mohan Reddy<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Wed, 30 Dec 2009 09:14:38 -0800 (PST)<br>
From: Leonardo Sandoval &lt;<a href="mailto:leonardo_gdl@yahoo.com.mx">leonardo_gdl@yahoo.com.mx</a>&gt;<br>
Subject: Re: [gst-devel] gstreamer in a non-multimedia area?<br>
To: Discussion of the development of GStreamer<br>
        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;,        Stefan Kost<br>
        &lt;<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>&gt;<br>
Message-ID: &lt;<a href="mailto:543562.52056.qm@web50708.mail.re2.yahoo.com">543562.52056.qm@web50708.mail.re2.yahoo.com</a>&gt;<br>
Content-Type: text/plain; charset=iso-8859-1<br>
<br>
I think may be gstreamer a good option at least for those two reasons you mentioned:<br>
<br>
* Syncronisation: for example, in a galaxy evolution, several physics (gravitation, star evolution, etc.) are occurring at the same time, so we need syncronisation to control  these computations.<br>
<br>
* format negotiation: currently, different codes outputs different data formats so most of the time the output of one program has to be converted in order to be the input of another program. Using standard formats specified in the pads/caps, these can be avoided, I believe.<br>

<br>
However, there is one problem. In a multimedia, we have all the data to be reproduced (encoded,decoded,etc) but in this case, starting from an initial snapshot (initial conditions) an new snapshot is produced (the snapshot at time t_0 + delta), then the latter is used to create the snapshot t_0 + 2*delta, etc, and I believe in gstreamer it is not possible that the output of a right element is the input of a left element, like in this diagram:<br>

<br>
         ________        ________        _______<br>
        |        |      |        |      |       |<br>
--|-&gt;---|        |----- |        |------|       |---&gt;---|<br>
  |     |________|      |________|      |_______|       |<br>
  |                                                     |<br>
  |-----------------------------------------------------|<br>
Ing. Leonardo SandovalCel:  (044)  81 10 62 33 59Casa: (0181) 17 33 04 73<br>
<br>
<br>
--- El mi? 30-dic-09, Stefan Kost &lt;<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>&gt; escribi?:<br>
<br>
&gt; De:: Stefan Kost &lt;<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>&gt;<br>
&gt; Asunto: Re: [gst-devel] gstreamer in a non-multimedia area?<br>
&gt; A: &quot;Discussion of the development of GStreamer&quot; &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
&gt; Cc: &quot;Leonardo Sandoval&quot; &lt;<a href="mailto:leonardo_gdl@yahoo.com.mx">leonardo_gdl@yahoo.com.mx</a>&gt;<br>
&gt; Fecha: mi?rcoles 30 de diciembre de 2009, 8:36<br>
&gt; hi,<br>
&gt;<br>
&gt; Am 29.12.2009 18:18, schrieb Leonardo Sandoval:<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; In the past, I worked in a project which consists of<br>
&gt; joining together several numerical codes (codes which solve<br>
&gt; some particular physic problem, like stars gravity or star<br>
&gt; mass evolution) in a single one, but this turned to be a<br>
&gt; very difficult problem due to different<br>
&gt; language/technologies.<br>
&gt; &gt;<br>
&gt; &gt; Recently, I moved to the multimedia field using<br>
&gt; gstreamer and seems? to be an excellent and natural<br>
&gt; &#39;glue&#39; to put several things together under a single<br>
&gt; framework. Before I can dig deeper on this, I have a simple<br>
&gt; question: in the case of galaxy dynamics, we are not talking<br>
&gt; about frames but &#39;snapshots&#39;, where each snapshot contains<br>
&gt; the information of each star inside a galaxy (mass,<br>
&gt; position, velocity, gas composition, etc.), i.e. the<br>
&gt; state? of the galaxy at some time.?<br>
&gt; &gt;<br>
&gt; &gt; I know that gstreamer does not care about the kind of<br>
&gt; data flowing, I just want to know if gstreamer has been used<br>
&gt; in other fields? rather than multimedia and if yes,<br>
&gt; which has been the experienced with this technology.<br>
&gt; &gt;<br>
&gt;<br>
&gt; I am quite sure it can be done. WHat I wonder is how<br>
&gt; gstreamer might help you.<br>
&gt; For multimedia it gives you data flow synchronisation and<br>
&gt; format negotiation<br>
&gt; (and other things). I am not sure you would need those.<br>
&gt; What would be left is<br>
&gt; the plugin framework and some developments support.<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; Happy new year!<br>
&gt; &gt;<br>
&gt; Same to you.<br>
&gt;<br>
&gt; Stefan<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;? ? ???Encuentra las mejores<br>
&gt; recetas en Yahoo! Cocina.? ? ? ? ?<br>
&gt; ? ? ? ? ? ???<br>
&gt; &gt; <a href="http://mx.mujer.yahoo.com/cocina/" target="_blank">http://mx.mujer.yahoo.com/cocina/</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; &gt; This SF.Net email is sponsored by the Verizon<br>
&gt; Developer Community<br>
&gt; &gt; Take advantage of Verizon&#39;s best-in-class app<br>
&gt; development support<br>
&gt; &gt; A streamlined, 14 day to market process makes app<br>
&gt; distribution fast and easy<br>
&gt; &gt; Join now and get one step closer to millions of<br>
&gt; Verizon customers<br>
&gt; &gt; <a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; gstreamer-devel mailing list<br>
&gt; &gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; &gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
      Encuentra las mejores recetas en Yahoo! Cocina.<br>
<a href="http://mx.mujer.yahoo.com/cocina/" target="_blank">http://mx.mujer.yahoo.com/cocina/</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Wed, 30 Dec 2009 18:06:24 +0000<br>
From: regomodo &lt;<a href="mailto:regomodo@googlemail.com">regomodo@googlemail.com</a>&gt;<br>
Subject: Re: [gst-devel] Playbin2 and Audio-CDs<br>
To: Discussion of the development of GStreamer<br>
        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID: &lt;<a href="mailto:200912301806.24975.regomodo@googlemail.com">200912301806.24975.regomodo@googlemail.com</a>&gt;<br>
Content-Type: Text/Plain;  charset=&quot;iso-8859-1&quot;<br>
<br>
On Monday 28 December 2009 16:01:06 Tim-Philipp M?ller wrote:<br>
&gt; On Mon, 2009-12-21 at 20:55 +0000, reg wrote:<br>
&gt; &gt; I&#39;m trying to use playbin2 with audiocds. I can get a track to<br>
&gt; &gt; play,pause and seek fine but the moment I try and change the uri<br>
&gt; &gt; playbin2 just plays up a lot. These are the errors I get:<br>
&gt; &gt;<br>
&gt; &gt; (Gereqi.py:5019): GStreamer-WARNING **: Name queue is not unique in bin<br>
&gt; &gt; uridecodebin0, not adding<br>
&gt; &gt;<br>
&gt; &gt; (Gereqi.py:5019): GStreamer-CRITICAL **: gst_caps_get_structure:<br>
&gt; &gt; assertion `index &lt; caps-&gt;structs-&gt;len&#39; failed<br>
&gt; &gt;<br>
&gt; &gt; (Gereqi.py:5019): GStreamer-CRITICAL **: gst_structure_get_name:<br>
&gt; &gt; assertion `structure != NULL&#39; failed<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; However, I can use playbin2 again without restarting my app. I just<br>
&gt; &gt; can&#39;t use the audio-cd until I restart my app.<br>
&gt; &gt;<br>
&gt; &gt; Is it possible to use playbin2 with audio-cd&#39;s yet?<br>
&gt;<br>
&gt; This was a bug, it&#39;s fixed in git now and will be in the upcoming -base<br>
&gt; 0.10.26 release.<br>
&gt;<br>
&gt; See <a href="https://bugzilla.gnome.org/show_bug.cgi?id=605219" target="_blank">https://bugzilla.gnome.org/show_bug.cgi?id=605219</a><br>
&gt;<br>
&gt; Cheers<br>
&gt;  -Tim<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ---------------------------------------------------------------------------<br>
&gt; --- This SF.Net email is sponsored by the Verizon Developer Community<br>
&gt; Take advantage of Verizon&#39;s best-in-class app development support<br>
&gt; A streamlined, 14 day to market process makes app distribution fast and<br>
&gt;  easy Join now and get one step closer to millions of Verizon customers<br>
&gt; <a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
I finally got around to trying out git. Uninstalled everything gst related on<br>
my system and built gstreamer,gst-plugins-base and gst-python (in that order)<br>
only adding --prefix=/usr/ to ./configure.<br>
<br>
However, I get an error when I try to play a cd track:<br>
<br>
&#39;Error: Your GStreamer installation is missing a plug-in.&#39;,<br>
&#39;gstplaysink.c(1483): gen_audio_chain ():<br>
/GstPlayBin2:player/GstPlaySink:playsink0&#39;<br>
<br>
I see this is from gst-plugins-base but I cannot see an option to<br>
enable/disable this.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
------------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Verizon Developer Community<br>
Take advantage of Verizon&#39;s best-in-class app development support<br>
A streamlined, 14 day to market process makes app distribution fast and easy<br>
Join now and get one step closer to millions of Verizon customers<br>
<a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br>
<br>
End of gstreamer-devel Digest, Vol 43, Issue 47<br>
***********************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Sreerenj B<br>Software engineer,Carinov Networks Pvt Ltd<br><a href="mailto:bsreerenj@gmail.com">bsreerenj@gmail.com</a><br>mob: +91 9739469496<br>