<br><br><div class="gmail_quote">On Thu, Dec 31, 2009 at 1:16 PM,  <span dir="ltr">&lt;<a href="mailto:gstreamer-devel-request@lists.sourceforge.net" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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. Re: gstreamer-devel Digest, Vol 43, Issue 47 (sreerenj b)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 31 Dec 2009 13:15:51 +0530<br>
From: sreerenj b &lt;<a href="mailto:bsreerenj@gmail.com" target="_blank">bsreerenj@gmail.com</a>&gt;<br>
Subject: Re: [gst-devel] gstreamer-devel Digest, Vol 43, Issue 47<br>
To: <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
Message-ID:<br>
        &lt;<a href="mailto:c3376b410912302345k2255cf73y70f7419e71ea9859@mail.gmail.com" target="_blank">c3376b410912302345k2255cf73y70f7419e71ea9859@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
On Wed, Dec 30, 2009 at 11:36 PM, &lt;<br>
<a href="mailto:gstreamer-devel-request@lists.sourceforge.net" target="_blank">gstreamer-devel-request@lists.sourceforge.net</a>&gt; wrote:<br>
<br>
&gt; Send gstreamer-devel mailing list submissions to<br>
&gt;        <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
&gt;<br>
&gt; To subscribe or unsubscribe via the World Wide Web, visit<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; or, via email, send a message with subject or body &#39;help&#39; to<br>
&gt;        <a href="mailto:gstreamer-devel-request@lists.sourceforge.net" target="_blank">gstreamer-devel-request@lists.sourceforge.net</a><br>
&gt;<br>
&gt; You can reach the person managing the list at<br>
&gt;        <a href="mailto:gstreamer-devel-owner@lists.sourceforge.net" target="_blank">gstreamer-devel-owner@lists.sourceforge.net</a><br>
&gt;<br>
&gt; When replying, please edit your Subject line so it is more specific<br>
&gt; than &quot;Re: Contents of gstreamer-devel digest...&quot;<br>
&gt;<br>
&gt;<br>
&gt; Today&#39;s Topics:<br>
&gt;<br>
&gt;   1. trouble with playbin2 and audio track (kitone)<br>
&gt;   2. Re: level element in playbin2 (Stefan Kost)<br>
&gt;   3. Re: gstreamer clock (Stefan Kost)<br>
&gt;   4. Re: gstreamer in a non-multimedia area? (Stefan Kost)<br>
&gt;   5. H.264 decoder sink problem (<a href="mailto:ananthula.madhu@wipro.com" target="_blank">ananthula.madhu@wipro.com</a>)<br>
&gt;   6. Re: gstreamer in a non-multimedia area? (Leonardo Sandoval)<br>
&gt;   7. Re: Playbin2 and Audio-CDs (regomodo)<br>
&gt;<br>
&gt;<br>
&gt; ----------------------------------------------------------------------<br>
&gt;<br>
&gt; Message: 1<br>
&gt; Date: Wed, 30 Dec 2009 13:18:54 +0100<br>
&gt; From: kitone &lt;<a href="mailto:kitone@free.fr" target="_blank">kitone@free.fr</a>&gt;<br>
&gt; Subject: [gst-devel] trouble with playbin2 and audio track<br>
&gt; To: <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; Message-ID: &lt;<a href="mailto:20091230131854.0c177421@free.fr" target="_blank">20091230131854.0c177421@free.fr</a>&gt;<br>
&gt; Content-Type: text/plain; charset=US-ASCII<br>
&gt;<br>
&gt; Hi everyone,<br>
&gt;<br>
&gt; I&#39;m using playbin2 to play video and I&#39;ve add the ability to change<br>
&gt; audio track in the player. This doesn&#39;t work very well. When I switch<br>
&gt; to an other track there&#39;s little problem like no sound, need to seek to<br>
&gt; have sound again or some little freeze.<br>
&gt;<br>
&gt; So there&#39;s a best way to change track ?<br>
&gt;<br>
&gt; Do I need to define the state of the pipeline to PAUSED, change the<br>
&gt; audio track and replay again ? Or can I do this on the fly ?<br>
&gt;<br>
&gt; code :<br>
&gt; void Player::set_current_audio(int track) {<br>
&gt;  g_object_set (playbin, &quot;current-audio&quot;, track, NULL);<br>
&gt; }<br>
&gt;<br>
&gt; Best regards,<br>
&gt; kitone<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 2<br>
&gt; Date: Wed, 30 Dec 2009 16:30:15 +0200<br>
&gt; From: Stefan Kost &lt;<a href="mailto:ensonic@hora-obscura.de" target="_blank">ensonic@hora-obscura.de</a>&gt;<br>
&gt; Subject: Re: [gst-devel] level element in playbin2<br>
&gt; To: Discussion of the development of GStreamer<br>
&gt;        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
&gt; Message-ID: &lt;<a href="mailto:4B3B63F7.9030601@hora-obscura.de" target="_blank">4B3B63F7.9030601@hora-obscura.de</a>&gt;<br>
&gt; Content-Type: text/plain; charset=ISO-8859-1<br>
&gt;<br>
&gt; hi,<br>
&gt;<br>
&gt; Am 28.12.2009 14:34, schrieb J. Rios:<br>
&gt; &gt; Hello,<br>
&gt; &gt;    Im tryign to incorporate the level element into a playbin2. This is<br>
&gt; &gt; the significant part of what I have tried<br>
&gt; &gt;<br>
&gt; &gt;     GstElement * outputsink;<br>
&gt; &gt;     outputsink = gst_element_factory_make( &quot;gconfaudiosink&quot;, &quot;audio-sink&quot;<br>
&gt; );<br>
&gt; &gt; ...<br>
&gt; &gt;     GstElement * m_Playbin = gst_element_factory_make( &quot;playbin2&quot;, &quot;play&quot;<br>
&gt; );<br>
&gt; &gt; ...<br>
&gt; &gt;     GstElement * level = gst_element_factory_make( &quot;level&quot;, &quot;levelctrl&quot;<br>
&gt; );<br>
&gt; &gt;<br>
&gt; &gt;     GstElement * replay = gst_element_factory_make( &quot;rgvolume&quot;,<br>
&gt; &gt; &quot;replaygain&quot; );<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;     gst_bin_add( GST_BIN( m_Playbin ), level );<br>
&gt; &gt;     gst_bin_add( GST_BIN( m_Playbin ), replay );<br>
&gt; &gt;     g_object_set( G_OBJECT( m_Playbin ), &quot;audio-sink&quot;, outputsink, NULL<br>
&gt; );<br>
&gt; &gt;<br>
&gt; &gt;     g_object_set( level, &quot;message&quot;, true, NULL );<br>
&gt; &gt;<br>
&gt; &gt;     g_object_set( G_OBJECT( m_Playbin ), &quot;flags&quot;, 0x02|0x10, NULL );<br>
&gt; &gt;<br>
&gt; &gt;     gst_bus_add_watch( gst_pipeline_get_bus( GST_PIPELINE( m_Playbin ) ),<br>
&gt; &gt;             ( GstBusFunc ) gst_bus_async_callback, this );<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; this cannot work as such. The elements need to be linked in the right<br>
&gt; order.<br>
&gt; What you need to do, is to create an own bin, add level, replay and the<br>
&gt; audiosink there, link them and set your bin as the audiosink. You need to<br>
&gt; add a<br>
&gt; ghostpad to the bin and set it to the first (yet unlinked) sink pad of you<br>
&gt; elements.<br>
&gt;<br>
&gt; Stefan<br>
&gt;<br>
&gt;<br>
&gt; &gt; The problem I have is that I dont get the Element messages. All the rest<br>
&gt; &gt; works fine including the replay-gain volumen but I dont get the level<br>
&gt; &gt; messages in the callback function.<br>
&gt; &gt; What I want to do is detect when the sound level is below an user<br>
&gt; &gt; defined level so I can skip to next track.<br>
&gt; &gt;<br>
&gt; &gt; I dunno if this is the correct place to put it but I have been tryign to<br>
&gt; &gt; search for this with no success. Please if u know what is wrong or how<br>
&gt; &gt; it should work let me know<br>
&gt; &gt;<br>
&gt; &gt; Thanks in advance<br>
&gt; &gt; J.Rios<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; &gt; This SF.Net email is sponsored by the Verizon Developer Community<br>
&gt; &gt; Take advantage of Verizon&#39;s best-in-class app development support<br>
&gt; &gt; A streamlined, 14 day to market process makes app distribution fast and<br>
&gt; easy<br>
&gt; &gt; Join now and get one step closer to millions of 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;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; gstreamer-devel mailing list<br>
&gt; &gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">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>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 3<br>
&gt; Date: Wed, 30 Dec 2009 16:33:26 +0200<br>
&gt; From: Stefan Kost &lt;<a href="mailto:ensonic@hora-obscura.de" target="_blank">ensonic@hora-obscura.de</a>&gt;<br>
&gt; Subject: Re: [gst-devel] gstreamer clock<br>
&gt; To: Discussion of the development of GStreamer<br>
&gt;        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
&gt; Cc: sreerenj b &lt;<a href="mailto:bsreerenj@gmail.com" target="_blank">bsreerenj@gmail.com</a>&gt;<br>
&gt; Message-ID: &lt;<a href="mailto:4B3B64B6.3020401@hora-obscura.de" target="_blank">4B3B64B6.3020401@hora-obscura.de</a>&gt;<br>
&gt; Content-Type: text/plain; charset=ISO-8859-1<br>
&gt;<br>
&gt; Am 30.12.2009 08:19, schrieb sreerenj b:<br>
&gt; &gt;<br>
&gt; &gt; HI,<br>
&gt; &gt;<br>
&gt; &gt; Is there any way to get some signal or tick from the pipeline depending<br>
&gt; &gt; upon the data transferd?(For example, suppose if i change the streaming<br>
&gt; &gt; server playback rate to twice the actual rate,then i should needs to get<br>
&gt; &gt; some identification from pipeline in each second or in  some periodic<br>
&gt; &gt; manner.)<br>
&gt;<br>
&gt; You could use gst_clock_new_periodic_id() together with a<br>
&gt; gst_clock_id_wait() or<br>
&gt; gst_clock_id_wait_async()<br>
&gt;<br>
&gt; Stefan<br>
&gt;<br>
&gt; &gt; --<br>
&gt; &gt; Sreerenj B<br>
&gt; &gt; <a href="mailto:bsreerenj@gmail.com" target="_blank">bsreerenj@gmail.com</a> &lt;mailto:<a href="mailto:bsreerenj@gmail.com" target="_blank">bsreerenj@gmail.com</a>&gt;<br>
&gt; &gt; mob: +91 9739469496<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
<br></blockquote><div> <br><br>  Hi ,<br></div><div><br>   I captured the GstClockID of the pipeline in streaming-server <br></div><div><br> <b>id=gst_clock_new_periodic_id(media-&gt;media-&gt;pipeline-&gt;clock,start_time,interval);<br>
<br></b>And  then setted up the asynchronous  callback using the following.<br> <br><b>gst_clock_id_wait_async(id,(GstClockCallback *)TickCallback,&quot;Tick sending&quot;);</b><br><br>but  evenif i &quot;stopped&quot; or &quot;paused&quot; the client side player , i am getting the callback &quot; TickCallback&quot; in the server side on specified intervals!!!!!!! I take the clock of the pipeline currently running, but why i am getting this call back even i stopped the pipeline?Is there any way to rectify this?<br>
<br>I setted up these settings in   <b>gst-rtsp-server/gst/rtsp-server/rtsp-client.c</b> ...inside the <b>handle_play()</b> function.<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;">

<br>
sreerenj<br>
<br>
<br>
<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; &gt; This SF.Net email is sponsored by the Verizon Developer Community<br>
&gt; &gt; Take advantage of Verizon&#39;s best-in-class app development support<br>
&gt; &gt; A streamlined, 14 day to market process makes app distribution fast and<br>
&gt; easy<br>
&gt; &gt; Join now and get one step closer to millions of 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;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; gstreamer-devel mailing list<br>
&gt; &gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">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>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 4<br>
&gt; Date: Wed, 30 Dec 2009 16:36:37 +0200<br>
&gt; From: Stefan Kost &lt;<a href="mailto:ensonic@hora-obscura.de" target="_blank">ensonic@hora-obscura.de</a>&gt;<br>
&gt; Subject: Re: [gst-devel] gstreamer in a non-multimedia area?<br>
&gt; To: Discussion of the development of GStreamer<br>
&gt;        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
&gt; Cc: Leonardo Sandoval &lt;<a href="mailto:leonardo_gdl@yahoo.com.mx" target="_blank">leonardo_gdl@yahoo.com.mx</a>&gt;<br>
&gt; Message-ID: &lt;<a href="mailto:4B3B6575.1020707@hora-obscura.de" target="_blank">4B3B6575.1020707@hora-obscura.de</a>&gt;<br>
&gt; Content-Type: text/plain; charset=ISO-8859-1<br>
&gt;<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 joining together<br>
&gt; several numerical codes (codes which solve some particular physic problem,<br>
&gt; like stars gravity or star mass evolution) in a single one, but this turned<br>
&gt; to be a very difficult problem due to different language/technologies.<br>
&gt; &gt;<br>
&gt; &gt; Recently, I moved to the multimedia field using gstreamer and seems  to<br>
&gt; be an excellent and natural &#39;glue&#39; to put several things together under a<br>
&gt; single framework. Before I can dig deeper on this, I have a simple question:<br>
&gt; in the case of galaxy dynamics, we are not talking about frames but<br>
&gt; &#39;snapshots&#39;, where each snapshot contains the information of each star<br>
&gt; inside a galaxy (mass, 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 data flowing, I<br>
&gt; just want to know if gstreamer has been used in other fields  rather than<br>
&gt; multimedia and if yes, 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 gstreamer might help<br>
&gt; you.<br>
&gt; For multimedia it gives you data flow synchronisation and format<br>
&gt; negotiation<br>
&gt; (and other things). I am not sure you would need those. What would be left<br>
&gt; 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 recetas en Yahoo! Cocina.<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 Developer Community<br>
&gt; &gt; Take advantage of Verizon&#39;s best-in-class app development support<br>
&gt; &gt; A streamlined, 14 day to market process makes app distribution fast and<br>
&gt; easy<br>
&gt; &gt; Join now and get one step closer to millions of 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" target="_blank">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>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 5<br>
&gt; Date: Wed, 30 Dec 2009 20:15:13 +0530<br>
&gt; From: &lt;<a href="mailto:ananthula.madhu@wipro.com" target="_blank">ananthula.madhu@wipro.com</a>&gt;<br>
&gt; Subject: [gst-devel] H.264 decoder sink problem<br>
&gt; To: &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
&gt; Message-ID:<br>
&gt;        &lt;<a href="mailto:9833F736BF212D438BF4F998F697E4D01C0B0E@BLR-SJP-MBX02.wipro.com" target="_blank">9833F736BF212D438BF4F998F697E4D01C0B0E@BLR-SJP-MBX02.wipro.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
&gt;<br>
&gt; Hi ,<br>
&gt;        I am developing H264 decoder plugin. In my current pipeline i<br>
&gt; took filesrc, myplugin and autovideosink elements.<br>
&gt; i was able to decode the .H264 input file but i am not able to view the<br>
&gt; video on sink side. The decoded data by writing into a file and able to<br>
&gt; run with yuv tool. but through sink i am not able to. Could anyone<br>
&gt; suggest what output buffer should i create and which capabilities need i<br>
&gt; to set?<br>
&gt;<br>
&gt;    Please its urgent...<br>
&gt;<br>
&gt; Thanks &amp; Regards<br>
&gt; Mohan Reddy<br>
&gt;<br>
&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 6<br>
&gt; Date: Wed, 30 Dec 2009 09:14:38 -0800 (PST)<br>
&gt; From: Leonardo Sandoval &lt;<a href="mailto:leonardo_gdl@yahoo.com.mx" target="_blank">leonardo_gdl@yahoo.com.mx</a>&gt;<br>
&gt; Subject: Re: [gst-devel] gstreamer in a non-multimedia area?<br>
&gt; To: Discussion of the development of GStreamer<br>
&gt;        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;,        Stefan Kost<br>
&gt;        &lt;<a href="mailto:ensonic@hora-obscura.de" target="_blank">ensonic@hora-obscura.de</a>&gt;<br>
&gt; Message-ID: &lt;<a href="mailto:543562.52056.qm@web50708.mail.re2.yahoo.com" target="_blank">543562.52056.qm@web50708.mail.re2.yahoo.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=iso-8859-1<br>
&gt;<br>
&gt; I think may be gstreamer a good option at least for those two reasons you<br>
&gt; mentioned:<br>
&gt;<br>
&gt; * Syncronisation: for example, in a galaxy evolution, several physics<br>
&gt; (gravitation, star evolution, etc.) are occurring at the same time, so we<br>
&gt; need syncronisation to control  these computations.<br>
&gt;<br>
&gt; * format negotiation: currently, different codes outputs different data<br>
&gt; formats so most of the time the output of one program has to be converted in<br>
&gt; order to be the input of another program. Using standard formats specified<br>
&gt; in the pads/caps, these can be avoided, I believe.<br>
&gt;<br>
&gt; However, there is one problem. In a multimedia, we have all the data to be<br>
&gt; reproduced (encoded,decoded,etc) but in this case, starting from an initial<br>
&gt; snapshot (initial conditions) an new snapshot is produced (the snapshot at<br>
&gt; time t_0 + delta), then the latter is used to create the snapshot t_0 +<br>
&gt; 2*delta, etc, and I believe in gstreamer it is not possible that the output<br>
&gt; of a right element is the input of a left element, like in this diagram:<br>
&gt;<br>
&gt;         ________        ________        _______<br>
&gt;        |        |      |        |      |       |<br>
&gt; --|-&gt;---|        |----- |        |------|       |---&gt;---|<br>
&gt;  |     |________|      |________|      |_______|       |<br>
&gt;  |                                                     |<br>
&gt;  |-----------------------------------------------------|<br>
&gt; Ing. Leonardo SandovalCel:  (044)  81 10 62 33 59Casa: (0181) 17 33 04 73<br>
&gt;<br>
&gt;<br>
&gt; --- El mi? 30-dic-09, Stefan Kost &lt;<a href="mailto:ensonic@hora-obscura.de" target="_blank">ensonic@hora-obscura.de</a>&gt; escribi?:<br>
&gt;<br>
&gt; &gt; De:: Stefan Kost &lt;<a href="mailto:ensonic@hora-obscura.de" target="_blank">ensonic@hora-obscura.de</a>&gt;<br>
&gt; &gt; Asunto: Re: [gst-devel] gstreamer in a non-multimedia area?<br>
&gt; &gt; A: &quot;Discussion of the development of GStreamer&quot; &lt;<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
&gt; &gt; Cc: &quot;Leonardo Sandoval&quot; &lt;<a href="mailto:leonardo_gdl@yahoo.com.mx" target="_blank">leonardo_gdl@yahoo.com.mx</a>&gt;<br>
&gt; &gt; Fecha: mi?rcoles 30 de diciembre de 2009, 8:36<br>
&gt; &gt; hi,<br>
&gt; &gt;<br>
&gt; &gt; Am 29.12.2009 18:18, schrieb Leonardo Sandoval:<br>
&gt; &gt; &gt; Hi,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; In the past, I worked in a project which consists of<br>
&gt; &gt; joining together several numerical codes (codes which solve<br>
&gt; &gt; some particular physic problem, like stars gravity or star<br>
&gt; &gt; mass evolution) in a single one, but this turned to be a<br>
&gt; &gt; very difficult problem due to different<br>
&gt; &gt; language/technologies.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Recently, I moved to the multimedia field using<br>
&gt; &gt; gstreamer and seems? to be an excellent and natural<br>
&gt; &gt; &#39;glue&#39; to put several things together under a single<br>
&gt; &gt; framework. Before I can dig deeper on this, I have a simple<br>
&gt; &gt; question: in the case of galaxy dynamics, we are not talking<br>
&gt; &gt; about frames but &#39;snapshots&#39;, where each snapshot contains<br>
&gt; &gt; the information of each star inside a galaxy (mass,<br>
&gt; &gt; position, velocity, gas composition, etc.), i.e. the<br>
&gt; &gt; state? of the galaxy at some time.?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I know that gstreamer does not care about the kind of<br>
&gt; &gt; data flowing, I just want to know if gstreamer has been used<br>
&gt; &gt; in other fields? rather than multimedia and if yes,<br>
&gt; &gt; which has been the experienced with this technology.<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; I am quite sure it can be done. WHat I wonder is how<br>
&gt; &gt; gstreamer might help you.<br>
&gt; &gt; For multimedia it gives you data flow synchronisation and<br>
&gt; &gt; format negotiation<br>
&gt; &gt; (and other things). I am not sure you would need those.<br>
&gt; &gt; What would be left is<br>
&gt; &gt; the plugin framework and some developments support.<br>
&gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Happy new year!<br>
&gt; &gt; &gt;<br>
&gt; &gt; Same to you.<br>
&gt; &gt;<br>
&gt; &gt; Stefan<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;? ? ???Encuentra las mejores<br>
&gt; &gt; recetas en Yahoo! Cocina.? ? ? ? ?<br>
&gt; &gt; ? ? ? ? ? ???<br>
&gt; &gt; &gt; <a href="http://mx.mujer.yahoo.com/cocina/" target="_blank">http://mx.mujer.yahoo.com/cocina/</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; &gt; &gt; This SF.Net email is sponsored by the Verizon<br>
&gt; &gt; Developer Community<br>
&gt; &gt; &gt; Take advantage of Verizon&#39;s best-in-class app<br>
&gt; &gt; development support<br>
&gt; &gt; &gt; A streamlined, 14 day to market process makes app<br>
&gt; &gt; distribution fast and easy<br>
&gt; &gt; &gt; Join now and get one step closer to millions of<br>
&gt; &gt; Verizon customers<br>
&gt; &gt; &gt; <a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; gstreamer-devel mailing list<br>
&gt; &gt; &gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; &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; &gt;<br>
&gt; &gt;<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;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 7<br>
&gt; Date: Wed, 30 Dec 2009 18:06:24 +0000<br>
&gt; From: regomodo &lt;<a href="mailto:regomodo@googlemail.com" target="_blank">regomodo@googlemail.com</a>&gt;<br>
&gt; Subject: Re: [gst-devel] Playbin2 and Audio-CDs<br>
&gt; To: Discussion of the development of GStreamer<br>
&gt;        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
&gt; Message-ID: &lt;<a href="mailto:200912301806.24975.regomodo@googlemail.com" target="_blank">200912301806.24975.regomodo@googlemail.com</a>&gt;<br>
&gt; Content-Type: Text/Plain;  charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt; On Monday 28 December 2009 16:01:06 Tim-Philipp M?ller wrote:<br>
&gt; &gt; On Mon, 2009-12-21 at 20:55 +0000, reg wrote:<br>
&gt; &gt; &gt; I&#39;m trying to use playbin2 with audiocds. I can get a track to<br>
&gt; &gt; &gt; play,pause and seek fine but the moment I try and change the uri<br>
&gt; &gt; &gt; playbin2 just plays up a lot. These are the errors I get:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; (Gereqi.py:5019): GStreamer-WARNING **: Name queue is not unique in bin<br>
&gt; &gt; &gt; uridecodebin0, not adding<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; (Gereqi.py:5019): GStreamer-CRITICAL **: gst_caps_get_structure:<br>
&gt; &gt; &gt; assertion `index &lt; caps-&gt;structs-&gt;len&#39; failed<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; (Gereqi.py:5019): GStreamer-CRITICAL **: gst_structure_get_name:<br>
&gt; &gt; &gt; assertion `structure != NULL&#39; failed<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; However, I can use playbin2 again without restarting my app. I just<br>
&gt; &gt; &gt; can&#39;t use the audio-cd until I restart my app.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Is it possible to use playbin2 with audio-cd&#39;s yet?<br>
&gt; &gt;<br>
&gt; &gt; This was a bug, it&#39;s fixed in git now and will be in the upcoming -base<br>
&gt; &gt; 0.10.26 release.<br>
&gt; &gt;<br>
&gt; &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; &gt;<br>
&gt; &gt; Cheers<br>
&gt; &gt;  -Tim<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; ---------------------------------------------------------------------------<br>
&gt; &gt; --- This SF.Net email is sponsored by the Verizon Developer Community<br>
&gt; &gt; Take advantage of Verizon&#39;s best-in-class app development support<br>
&gt; &gt; A streamlined, 14 day to market process makes app distribution fast and<br>
&gt; &gt;  easy Join now and get one step closer to millions of 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" target="_blank">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; &gt;<br>
&gt; I finally got around to trying out git. Uninstalled everything gst related<br>
&gt; on<br>
&gt; my system and built gstreamer,gst-plugins-base and gst-python (in that<br>
&gt; order)<br>
&gt; only adding --prefix=/usr/ to ./configure.<br>
&gt;<br>
&gt; However, I get an error when I try to play a cd track:<br>
&gt;<br>
&gt; &#39;Error: Your GStreamer installation is missing a plug-in.&#39;,<br>
&gt; &#39;gstplaysink.c(1483): gen_audio_chain ():<br>
&gt; /GstPlayBin2:player/GstPlaySink:playsink0&#39;<br>
&gt;<br>
&gt; I see this is from gst-plugins-base but I cannot see an option to<br>
&gt; enable/disable this.<br>
&gt;<br>
&gt;<br>
&gt;<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<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" target="_blank">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>
&gt;<br>
&gt; End of gstreamer-devel Digest, Vol 43, Issue 47<br>
&gt; ***********************************************<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Sreerenj B<br>
Software engineer,Carinov Networks Pvt Ltd<br>
<a href="mailto:bsreerenj@gmail.com" target="_blank">bsreerenj@gmail.com</a><br>
mob: +91 9739469496<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<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" target="_blank">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 49<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" target="_blank">bsreerenj@gmail.com</a><br>mob: +91 9739469496<br>