<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Thanks so much,<br>When I run:<br><br>gst-launch rtspsrc location=rtsp://192.168.0.90/mpeg4/media.amp !<br>rtpmp4vdepay ! matroskamux ! filesink location=test.mkv<br><br>I get :&nbsp; streaming task paused, reason not-negotiated (-4)<br><br>when I run : <br><br>gst-launch rtspsrc location=rtsp://192.168.0.90/mpeg4/media.amp !<br>rtpmp4vdepay ! gdppay ! filesink location=test.gdp<br><br>Control ^C out of it, and then:<br><br>gst-launch filesrc location=test.mkv ! gdpdepay ! decodebin2 !<br>autovideosink<br><br>It works!&nbsp; but the quality of the image is much lower than when I run<br>gst-launch playbin uri=rtsp://192.168.0.90/mpeg4/media.amp<br><br><br>Is this because of the muxer, what else can I try?<br><br>thanks<br>Tom<br><br><br><br>--- On <b>Sat, 4/9/11, Mailing List SVR <i>&lt;lists@svrinformatica.it&gt;</i></b> wrote:<br><blockquote
 style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Mailing List SVR &lt;lists@svrinformatica.it&gt;<br>Subject: Re: Help with Gstreamer and RTSP with Axis Camera<br>To: "Discussion of the development of and with GStreamer" &lt;gstreamer-devel@lists.freedesktop.org&gt;<br>Cc: t.i.m@zen.co.uk, "Tom Hendrick" &lt;sdtom182@yahoo.com&gt;<br>Date: Saturday, April 9, 2011, 7:25 PM<br><br><div class="plainMail">You need a muxer try this:<br><br>gst-launch rtspsrc location=rtsp://192.168.0.90/mpeg4/media.amp !<br>rtpmp4vdepay ! matroskamux ! filesink location=test.mkv<br><br>then you'll be able to play the video with playbin.<br><br>You can also try:<br><br>gst-launch rtspsrc location=rtsp://192.168.0.90/mpeg4/media.amp !<br>rtpmp4vdepay ! gdppay ! filesink location=test.gdp<br><br>and then:<br><br>gst-launch filesrc location=test.mkv ! gdpdepay ! decodebin2
 !<br>autovideosink<br><br>regards<br>Nicola<br><br><br><br>Il giorno sab, 09/04/2011 alle 10.33 -0700, Tom Hendrick ha scritto:<br>&gt; <br>&gt; I tried:<br>&gt; <br>&gt;&nbsp; gst-launch rtspsrc location=rtsp://192.168.0.90/mpeg4/media.amp !<br>&gt; rtpmp4vdepay ! filesink=txcap.ts<br>&gt; <br>&gt; and I didn't get the link error and it saved to a file.<br>&gt; <br>&gt; When I try to play it with gstreamer using: <br>&gt; <br>&gt; gst-launch playbin uri=file://txcap.ts, or gst-launch-0.10 playbin2<br>&gt; uri=file://txcap.ts, <br>&gt; <br>&gt; it plays too fast and the lower half of the each frame has some weird<br>&gt; block distortions.<br>&gt; <br>&gt; When I do:<br>&gt; mplayer txcap.ts&nbsp; it also plays too fast but I don't see the weird<br>&gt; block distortions on the lower left half of each frame, but when I do<br>&gt; mplayer -fps 1 txcap.ts it plays fine.<br>&gt; <br>&gt; <br>&gt; When I do gst-launch playbin
 uri=rtsp://192.168.0.90/mpeg4/media.amp<br>&gt; it shows the video feed just fine without that distotion in the lower<br>&gt; half.&nbsp; I'd like to make the saved file work with gstreamer because I<br>&gt; had some cache problems with mplayer on the receiver in the past.<br>&gt; <br>&gt; Could it have anything to do with the fact Axis uses MPEG-ES formats? <br>&gt; Any other ideas?<br>&gt; <br>&gt; Thanks<br>&gt; Tom<br>&gt; <br>&gt; --- On Sat, 4/9/11, Tom Hendrick &lt;<a ymailto="mailto:sdtom182@yahoo.com" href="/mc/compose?to=sdtom182@yahoo.com">sdtom182@yahoo.com</a>&gt; wrote:<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;From: Tom Hendrick &lt;<a ymailto="mailto:sdtom182@yahoo.com" href="/mc/compose?to=sdtom182@yahoo.com">sdtom182@yahoo.com</a>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Subject: Re: Help with Gstreamer and RTSP with Axis Camera<br>&gt;&nbsp; &nbsp; &nbsp;
 &nbsp;&nbsp;&nbsp;To: <a ymailto="mailto:t.i.m@zen.co.uk" href="/mc/compose?to=t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>, "Discussion of the development of and<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;with GStreamer" &lt;<a ymailto="mailto:gstreamer-devel@lists.freedesktop.org" href="/mc/compose?to=gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Date: Saturday, April 9, 2011, 5:13 PM<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Thanks Tim,<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;I can see a live feed from the Axis camera when I do:<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;gst-launch-0.10 playbin2<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;uri=rtsp://192.168.0.90/mpeg4/media.amp<br>&gt;&nbsp; &nbsp; &nbsp;
 &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;I can't figure out how to modify my transmit and receive<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;commands given that I need to depay.&nbsp; I've read up on the<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;gstreamer site and checked other forums but still can't figure<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;it out.&nbsp;&nbsp;&nbsp;When I do "gst-launch rtspsrc<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;location=rtsp://192.168.0.90/mpeg4/media.amp !<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;rtpmp4gdepay ! filesink=txcap.ts" I get an error saying<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;"streaming task paused, reason not-linked (-1)".&nbsp; <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Do you know how I would modify them, here
 they are again?<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;gst-launch rtspsrc<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;location=rtsp://192.168.0.90/mpeg4/media.amp !<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;filesink=txcap.ts<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;gst-launch playbin uri=file://txcap.ts<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Thanks<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Tom<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;--- On Sat, 4/9/11, Tim-Philipp Müller &lt;<a ymailto="mailto:t.i.m@zen.co.uk" href="/mc/compose?to=t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;wrote:<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;From: Tim-Philipp Müller &lt;<a ymailto="mailto:t.i.m@zen.co.uk" href="/mc/compose?to=t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Subject: Re: Help with Gstreamer and RTSP with Axis<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Camera<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;To: <a ymailto="mailto:gstreamer-devel@lists.freedesktop.org" href="/mc/compose?to=gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Date: Saturday, April 9, 2011, 10:49 AM<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;On Fri, 2011-04-08 at 19:12 -0700, Tom
 Hendrick wrote:<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Hi,<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; As a quick test, I am (..) just trying the<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;following:<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; Transmitter :<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; -------------------<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; gst-launch rtspsrc<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp;&nbsp;&nbsp;location=rtsp://192.168.0.90/mpeg4/media.amp !<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; filesink=txcap.ts<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; I let this run for 20 seconds and control ^C out of<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;it.<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; Receiver:<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; -------------<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; gst-launch playbin uri=file://txcap.ts<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp;&nbsp;&nbsp;&gt; <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; The problem is that when I run the gst-launch<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;playbin=file://txcap.ts<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; the video file plays very fast and then closes.&nbsp; The<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;quality also<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; doesn't look as good as when I use "vlc<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; rtsp://192.168.0.90/mpeg4/media.amp"<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; I'm a beginner with gstreamer so I'm not sure how to<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp;&nbsp;&nbsp;modify the<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; transmit and receive command lines to properly set<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;the frame rate,<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; codec, etc.&nbsp; Also another problem is that I want to<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;see this live on<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; the receiver, so setting gstreamer to run for a<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;specified amount of<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; time so that the header is written properly will not<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;allow me to see<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; this real-time on the receive side.&nbsp; Any<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;suggestions?<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;This works I presume:<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;gst-launch-0.10 playbin2<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;uri=rtsp://192.168.0.90/mpeg4/media.amp<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;?<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Note that rtspsrc outputs RTP packets, which you need<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;to depayload using<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;an appropriate depayloader (rtpmp2tdepay?<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;rtpmp4gdepay? rtpmp4vdepay?).<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Writing RTP packets to file like you do now is not<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;going to work.<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Cheers<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;-Tim<br>&gt;&nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;_______________________________________________<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;gstreamer-devel mailing list<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<a ymailto="mailto:gstreamer-devel@lists.freedesktop.org" href="/mc/compose?to=gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;-----Inline Attachment Follows-----<br>&gt;&nbsp; &nbsp;
 &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;_______________________________________________<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;gstreamer-devel mailing list<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<a ymailto="mailto:gstreamer-devel@lists.freedesktop.org" href="/mc/compose?to=gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br>&gt; _______________________________________________<br>&gt; gstreamer-devel mailing list<br>&gt; <a ymailto="mailto:gstreamer-devel@lists.freedesktop.org" href="/mc/compose?to=gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>&gt; <a
 href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br><br></div></blockquote></td></tr></table>