I knew I could use gst-inspect to get information about specific elements/plugins but I didn&#39;t know that it lists everything if no arguments are provided. Thank you.<br><br>Anyway, I can&#39;t find any mpegpsdemux nor mpegtsdemux elements in the list but I see a gstrtpssrcdemux from the bad plugins which may be related to my issue. <br>
<br>Regards,<br>Javi<br><br><div class="gmail_quote">2009/3/6 Zaheer Merali <span dir="ltr">&lt;<a href="mailto:zaheerabbas@merali.org">zaheerabbas@merali.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Fri, Mar 6, 2009 at 2:12 PM, Javier Gálvez Guerrero<br>
<div class="im">&lt;<a href="mailto:javier.galvez.guerrero@gmail.com">javier.galvez.guerrero@gmail.com</a>&gt; wrote:<br>
</div><div class="im">&gt; Thanks for your answer, Zaheer.<br>
&gt;<br>
&gt; How can I know which plugins/elements are installed in my system? I know<br>
&gt; I&#39;ve installed the core-, base-, ugly- and bad-plugins packages, but how can<br>
&gt; I know which elements they provide? I have looked at the GStreamer 0.10<br>
&gt; Plugins reference manual but I don&#39;t see neither mpegpsdemux nor mpegtsdemux<br>
&gt; in the bad plugins reference manual.<br>
<br>
</div>gst-inspect<br>
<div class="im"><br>
&gt;<br>
&gt; I would like to know how to find this kind of information as it may be<br>
&gt; useful for my future development tasks (I need to start with the basic<br>
&gt; ideas...=) )<br>
&gt;<br>
&gt;<br>
&gt; Thank you all,<br>
&gt; Javi<br>
<br>
</div><font color="#888888">Zaheer<br>
</font><div><div></div><div class="h5">&gt;<br>
&gt;<br>
&gt; 2009/3/6 Zaheer Merali &lt;<a href="mailto:zaheerabbas@merali.org">zaheerabbas@merali.org</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Mar 6, 2009 at 10:56 AM, Javier Gálvez Guerrero<br>
&gt;&gt; &lt;<a href="mailto:javier.galvez.guerrero@gmail.com">javier.galvez.guerrero@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I solved it. I have installed the &quot;bad&quot; plugins compilation and now I<br>
&gt;&gt; &gt; get<br>
&gt;&gt; &gt; smooth RTP/MPEG-TS playback. I suppose it is because the mplex element.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Regards,<br>
&gt;&gt; &gt; Javi<br>
&gt;&gt;<br>
&gt;&gt; It was probably one of the mpeg demuxers mpegpsdemux or mpegtsdemux<br>
&gt;&gt; inside gst-plugins-bad that solved your problem.<br>
&gt;&gt;<br>
&gt;&gt; Zaheer<br>
&gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2009/3/5 Javier Gálvez Guerrero &lt;<a href="mailto:javier.galvez.guerrero@gmail.com">javier.galvez.guerrero@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Gstreamer MPEG demuxing is in charge of ffmpeg, isn&#39;t it? I have<br>
&gt;&gt; &gt;&gt; updated<br>
&gt;&gt; &gt;&gt; ffmpeg to the latest git version but it hasn&#39;t solved anything. I have<br>
&gt;&gt; &gt;&gt; also<br>
&gt;&gt; &gt;&gt; uninstalled the fluendo MPEG muxers and demuxers plugins with no<br>
&gt;&gt; &gt;&gt; positive<br>
&gt;&gt; &gt;&gt; results.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On the other hand, multicast streaming (not RTSP) MPEG over UDP is<br>
&gt;&gt; &gt;&gt; played<br>
&gt;&gt; &gt;&gt; back smoothly, as local files do.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Has anyone any idea about why I could play properly RTSP/RTP streaming<br>
&gt;&gt; &gt;&gt; contents before and now I get choppy playback?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Thank you for your time and sorry for the inconvenience,<br>
&gt;&gt; &gt;&gt; Javi<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; 2009/3/5 Javier Gálvez Guerrero &lt;<a href="mailto:javier.galvez.guerrero@gmail.com">javier.galvez.guerrero@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Thanks for your answer, Wim.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; So, Gstreamer 0.8 MPEG demuxers worked but those used in 0.10 are not<br>
&gt;&gt; &gt;&gt;&gt; working properly?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Regards,<br>
&gt;&gt; &gt;&gt;&gt; Javi<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; 2009/3/5 Wim Taymans &lt;<a href="mailto:wim.taymans@gmail.com">wim.taymans@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; On Thu, 2009-03-05 at 10:28 +0100, Javier Gálvez Guerrero wrote:<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; I managed this issue by installing the UGLY plugins. However, I<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; don&#39;t<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; know if this is the proper way to solve my issue.<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; Now I can get the RTSP stream (both from VLC and Live555 RTSP<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; servers)<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; but the video framerate is lower than the original and not stable.<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; I<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; have checked that all RTP packets are received (sequence numbers<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; are<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; ok) and I get neither error nor warning messages from Gstreamer, so<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; I<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; don&#39;t know what is happening and how I could get a smooth video<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; playback in RTSP streaming (the same video played locally works<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; smoothly).<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; As said before, I have these problems since I updated Gstreamer<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; from<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; 0.8 to 0.10, so I don&#39;t know if there is any related issue with<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; these<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; problems or if I&#39;m missing something. Anyway, I would like anyone<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; to<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; help me getting things working, either downgrading to 0.8 (I don&#39;t<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; know where to find this version) or managing with the current 0.10<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; version I&#39;ve just installed.<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; The mpeg demuxers don&#39;t support demuxing live streams yet and screw<br>
&gt;&gt; &gt;&gt;&gt;&gt; up<br>
&gt;&gt; &gt;&gt;&gt;&gt; the timestamps, which makes the result rather choppy.<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; Wim<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; Thank you all,<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; Javi<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; 2009/3/4 Javier Gálvez Guerrero &lt;<a href="mailto:javier.galvez.guerrero@gmail.com">javier.galvez.guerrero@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         Hi there,<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         I was using the Gstreamer framework (version 0.8) to get<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; some<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         tests. I used Gstreamer as client and VLC (0.9.4) as RTSP<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         server and it worked smoothly. The problem has arised when<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         updating Gstreamer to 0.10.21. When I launch<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; &quot;gst-launch-0.10<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         playbin uri=rtsp://IP:PORT/content it never starts playing<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         media. Using VLC as a client works ok.<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         I can see with Wireshark the RTSP message exchange (PAUSE<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; and<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         then TEARDOWN) and I get these error messages where<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; launching<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         Gstreamer:<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         Estableciendo el flujo a PAUSADO ... (PAUSED)<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         El flujo es en vivo y no necesita PRECACHEADO ...<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; (PRECACHED)<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         Estableciendo el flujo para REPRODUCCIÓN ... (PLAY)<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         New clock: GstSystemClock<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         ERROR: desde el<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         elemento<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; /GstPlayBin:playbin0/GstDecodeBin:decodebin0/ffdec_mpegvideo:ffdec_mpegvideo0:<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; Internal GStreamer error: negotiation problem.  Please file a bug<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; at<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" target="_blank">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</a>.<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         Información adicional de depurado:<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         gstffmpegdec.c(2339): gst_ffmpegdec_chain<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         ():<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; /GstPlayBin:playbin0/GstDecodeBin:decodebin0/ffdec_mpegvideo:ffdec_mpegvideo0:<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         ffdec_mpegvideo: input format was not set before data start<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         Execution ended after 887032082 ns.<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         Estableciendo el flujo a PAUSADO ...<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         Estableciendo pipeline a READY...<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         Estableciendo pipeline a NULL...<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         LIBERANDO pipeline ... (FREEING)<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         I would like to know how I can solve this issue and, in<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; case<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         the only solution is downgrading to gstreamer 0.8, could<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         anybody tell me where can I find it?<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         By the way, as you may have noted, I am a newbie in the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         Gstreamer framework, but I am quite interested in succeedin<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         using it. Any help would be much appreciated.<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         Thank you,<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;         Javi<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; ------------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; Open Source Business Conference (OSBC), March 24-25, 2009, San<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; Francisco, CA<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; -OSBC tackles the biggest issue in open source: Open Sourcing the<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; Enterprise<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; -Strategies to boost innovation and cut costs with open source<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; participation<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; -Receive a $600 discount off the registration fee with the source<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; code: SFAD<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; _______________________________________________ gstreamer-devel<br>
&gt;&gt; &gt;&gt;&gt;&gt; &gt; mailing list <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt;&gt; &gt;&gt;&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; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; ------------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt;&gt;&gt; Open Source Business Conference (OSBC), March 24-25, 2009, San<br>
&gt;&gt; &gt;&gt;&gt;&gt; Francisco, CA<br>
&gt;&gt; &gt;&gt;&gt;&gt; -OSBC tackles the biggest issue in open source: Open Sourcing the<br>
&gt;&gt; &gt;&gt;&gt;&gt; Enterprise<br>
&gt;&gt; &gt;&gt;&gt;&gt; -Strategies to boost innovation and cut costs with open source<br>
&gt;&gt; &gt;&gt;&gt;&gt; participation<br>
&gt;&gt; &gt;&gt;&gt;&gt; -Receive a $600 discount off the registration fee with the source<br>
&gt;&gt; &gt;&gt;&gt;&gt; code:<br>
&gt;&gt; &gt;&gt;&gt;&gt; SFAD<br>
&gt;&gt; &gt;&gt;&gt;&gt; <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
&gt;&gt; &gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt;&gt; gstreamer-devel mailing list<br>
&gt;&gt; &gt;&gt;&gt;&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt;&gt; &gt;&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; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ------------------------------------------------------------------------------<br>
&gt;&gt; &gt; Open Source Business Conference (OSBC), March 24-25, 2009, San<br>
&gt;&gt; &gt; Francisco, CA<br>
&gt;&gt; &gt; -OSBC tackles the biggest issue in open source: Open Sourcing the<br>
&gt;&gt; &gt; Enterprise<br>
&gt;&gt; &gt; -Strategies to boost innovation and cut costs with open source<br>
&gt;&gt; &gt; participation<br>
&gt;&gt; &gt; -Receive a $600 discount off the registration fee with the source code:<br>
&gt;&gt; &gt; SFAD<br>
&gt;&gt; &gt; <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</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">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; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------------<br>
&gt;&gt; Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,<br>
&gt;&gt; CA<br>
&gt;&gt; -OSBC tackles the biggest issue in open source: Open Sourcing the<br>
&gt;&gt; Enterprise<br>
&gt;&gt; -Strategies to boost innovation and cut costs with open source<br>
&gt;&gt; participation<br>
&gt;&gt; -Receive a $600 discount off the registration fee with the source code:<br>
&gt;&gt; SFAD<br>
&gt;&gt; <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</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>
&gt; ------------------------------------------------------------------------------<br>
&gt; Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>
&gt; -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise<br>
&gt; -Strategies to boost innovation and cut costs with open source participation<br>
&gt; -Receive a $600 discount off the registration fee with the source code: SFAD<br>
&gt; <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</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>
&gt;<br>
<br>
------------------------------------------------------------------------------<br>
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise<br>
-Strategies to boost innovation and cut costs with open source participation<br>
-Receive a $600 discount off the registration fee with the source code: SFAD<br>
<a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><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>
</div></div></blockquote></div><br>