<div>Hi</div><div><br></div><div><br></div><div>gst-launch -e v4l2src ! 'video/x-raw-yuv,width=320,height=240, framerate=30/1' ! ffmpegcolorspace ! x264enc ! mp4mux ! filesink location=1.mp4</div><div><br></div>This pipeline working fine (4 me)......:)<div>
<br></div><div><br><div class="gmail_quote">On Thu, Dec 23, 2010 at 12:08 PM, michael <span dir="ltr"><<a href="mailto:mcygogo@gmail.com">mcygogo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Is there nobody know how to record video from camera to a MP4 container with the H264 encoding ?<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Thu, Dec 23, 2010 at 9:46 AM, michael <span dir="ltr"><<a href="mailto:mcygogo@gmail.com" target="_blank">mcygogo@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">neither qtmux nor mp4mux is not work well<div><div></div><div><br><br><div class="gmail_quote">On Wed, Dec 22, 2010 at 11:24 PM, Timothy Braun <span dir="ltr"><<a href="mailto:braunsquared@gmail.com" target="_blank">braunsquared@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Not qtmux, use mp4mux.<div><div></div><div><br><br><div class="gmail_quote">On Wed, Dec 22, 2010 at 10:10 AM, michael <span dir="ltr"><<a href="mailto:mcygogo@gmail.com" target="_blank">mcygogo@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
I have tested changing the muxer to qtmux, but it still not work<div><div></div><div><br><br><div class="gmail_quote">On Wed, Dec 22, 2010 at 10:58 PM, Timothy Braun <span dir="ltr"><<a href="mailto:braunsquared@gmail.com" target="_blank">braunsquared@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><div bgcolor="#FFFFFF"><div>I was never able to get the ffmpeg mpeg4 mixer to work quite right. I found that mp4mux, an extension of qtmux, works much better. If you inspect the ffmpeg mp4 muxer they actually suggest that you use a different one as it's unstable. </div>
<div><br></div><div>Best,</div><div>Tim<br><br>Sent from my iPhone</div><div><div></div><div><div><br>On Dec 22, 2010, at 8:27 AM, michael <<a href="mailto:mcygogo@gmail.com" target="_blank">mcygogo@gmail.com</a>> wrote:<br>
<br></div><div></div><blockquote type="cite"><div>I just ran it :<br><font color="#3333ff">gst-launch -e v4l2src num-buffers=200 ! video/x-raw-yuv,width=640,height=480,framerate=30/1 ! ffmpegcolorspace ! ffenc_mpeg4 ! mp4mux ! filesink location=record.mp4</font><br>
And got a mp4 file , but it still cannot be playbacked, and give the error info:<br><div><font color="#ff6666">Playing record.mp4.</font></div><div><font color="#ff6666">libavformat file format detected.</font></div>
<div><font color="#ff0000">[mpeg4 @ 0x9376c10]hmm, seems the headers are not complete, trying to guess time_increment_bits</font></div><div><font color="#ff0000">[mpeg4 @ 0x9376c10]my guess is 5 bits ;)</font></div>
<div><font color="#ff0000">[mpeg4 @ 0x9376c10]looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag</font></div><div><font color="#ff0000">[mpeg4 @ 0x9376c10]picture size invalid (0x0)</font></div>
<div><font color="#ff0000">[mpeg4 @ 0x9376c10]get_buffer() failed (-1 0 0 (nil))</font></div><div><font color="#ff6666">[mov,mp4,m4a,3gp,3g2,mj2 @ 0x9375640]Could not find codec parameters (Video: mpeg4, yuv420p)</font></div>
<div><font color="#ff6666">LAVF_header: av_find_stream_info() failed</font></div><div><font color="#ff6666">ISO: File Type Major Brand: ISO/IEC 14496-1 (MPEG-4 system) v2</font></div>
<div><font color="#ff6666">Quicktime/MOV file format detected.</font></div><div><font color="#ff6666">[mov] Video stream found, -vid 0</font></div><div><font color="#ff6666">VIDEO: [mp4v] 640x480 24bpp inf fps 0.0 kbps ( 0.0 kbyte/s)</font></div>
<div><font color="#ff6666">open: No such file or directory</font></div><div><font color="#ff6666">[MGA] Couldn't open: /dev/mga_vid</font></div><div><font color="#ff6666">open: No such file or directory</font></div>
<div><font color="#ff6666">[MGA] Couldn't open: /dev/mga_vid</font></div><div><font color="#ff6666">[VO_TDFXFB] Can't open /dev/fb0: Permission denied.</font></div>
<div><font color="#ff6666">[VO_3DFX] Unable to open /dev/3dfx.</font></div><div><font color="#ff6666">==========================================================================</font></div>
<div><font color="#ff6666">Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family</font></div><div><font color="#ff6666">Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)</font></div>
<div><font color="#ff6666">==========================================================================</font></div><div><font color="#ff6666">Audio: no sound</font></div><div>
<font color="#ff6666">Starting playback...</font></div><div><font color="#ff6666">VDec: vo config request - 640 x 480 (preferred colorspace: Planar YV12)</font></div><div>
<font color="#ff6666">VDec: using Planar YV12 as output csp (no 0)</font></div><div><font color="#ff6666">Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.</font></div>
<div><font color="#ff6666">VO: [xv] 640x480 => 640x480 Planar YV12 </font></div><div><font color="#ff6666">V: 0.0 200/200 ??% ??% ??,?% 0 0 </font></div><div><font color="#ff6666"><br>
</font></div><div><font color="#ff6666">Exiting... (End of file)</font></div><div><br></div><div><div><div>But the error info not like the old one!</div><div><br><div class="gmail_quote">On Wed, Dec 22, 2010 at 9:17 PM, liJin <span dir="ltr"><<a href="mailto:lijinsyam@gmail.com" target="_blank"></a><a href="mailto:lijinsyam@gmail.com" target="_blank">lijinsyam@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">I think thats the issue...<div><br></div><div><br></div><div>gst-launch -e v4l2src ! 'video/x-raw-yuv,width=320,height=240, framerate=30/1' ! ffmpegcolorspace ! ffenc_mpeg4 ! mp4mux ! filesink location=1.mp4</div>
<div>
<br></div><div>run with<b><font color="#ff0000"> -e</font> </b>option<br><br></div><div><div></div><div><div><br></div><div><br><div class="gmail_quote">On Wed, Dec 22, 2010 at 6:01 PM, Santakivi Topi <span dir="ltr"><<a href="mailto:Topi.Santakivi@digia.com" target="_blank"></a><a href="mailto:Topi.Santakivi@digia.com" target="_blank">Topi.Santakivi@digia.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><div>On 12/22/2010 12:18 PM, michael wrote:<br>
> Now I can record the video to a AVI file with mpeg4 encoding by :<br>
> gst-launch v4l2src ! 'video/x-raw-yuv,width=320,height=240,<br>
> framerate=30/1' ! ffmpegcolorspace ! ffenc_mpeg4! avimux! filesink<br>
> location=record.avi<br>
><br>
> But I got two issues:<br>
> 1: I want record as a MP4 file, I do it like this:<br>
> gst-launch v4l2src ! 'video/x-raw-yuv,width=320,height=240,<br>
> framerate=30/1' ! ffmpegcolorspace ! ffenc_mpeg4 ! mp4mux! filesink<br>
> location=record.avi<br>
> I can record the video , but when I playback it by mplayer, I got a error:<br>
> Playing ./record.mp4.<br>
> libavformat file format detected.<br>
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x8741640]moov atom not found<br>
> LAVF_header: av_open_input_stream() failed<br>
> ISO: File Type Major Brand: ISO/IEC 14496-1 (MPEG-4 system) v2<br>
<br>
</div>When recording, with the above gst-launch line, do you stop<br>
the pipeline with Ctrl+C..?<br>
<br>
It could be that the file container doesn't get fully written<br>
in case of such an interrupt and that's why the clip doesn't play.<br>
<br>
For example, if you use this pipeline and<br>
stop it with Ctrl+C, the clip doesn't play:<br>
<br>
gst-launch-0.10 videotestsrc !<br>
<div>'video/x-raw-yuv,width=320,height=240,framerate=30/1' ! ffmpegcolorspace<br>
</div>! ffenc_mpeg4 ! mp4mux ! filesink location=test.mp4<br>
<br>
But this pipeline produces a valid video file:<br>
<br>
gst-launch-0.10 videotestsrc num-buffers=200 !<br>
<div>'video/x-raw-yuv,width=320,height=240,framerate=30/1' ! ffmpegcolorspace<br>
</div>! ffenc_mpeg4 ! mp4mux ! filesink location=test.mp4<br>
<div><br>
><br>
> 2: I want encode the video to H264, so I do like this:<br>
> gst-launch v4l2src ! 'video/x-raw-yuv,width=320,height=240,<br>
> framerate=30/1' ! ffmpegcolorspace ! x264enc! avimux ! filesink<br>
> location=record.avi<br>
<br>
</div>How about adding the format to the caps, e.g .<br>
v4l2src ! 'video/x-raw-yuv,format=(fourcc)I420,width=320,height=240,<br>
framerate=30/1' ! fmpegcolorspace ! x264enc! avimux ! filesink<br>
location=record.avi ?<br>
<br>
BR,<br>
Topi<br>
<div><br>
> But when I run the pipeline I just get the error info like this:<br>
> Setting pipeline to PAUSED ...<br>
> Pipeline is live and does not need PREROLL ...<br>
> Setting pipeline to PLAYING ...<br>
> New clock: GstSystemClock<br>
> ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal<br>
> data flow error.<br>
> Additional debug info:<br>
> gstbasesrc.c(2550): gst_base_src_loop ():<br>
> /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:<br>
> streaming task paused, reason not-negotiated (-4)<br>
> Execution ended after 1727716724 ns.<br>
> Setting pipeline to PAUSED ...<br>
> Setting pipeline to READY ...<br>
> Setting pipeline to NULL ...<br>
> Freeing pipeline ...<br>
><br>
> Some one can help me fix the issues? Tks :)<br>
><br>
><br>
> On 12/22/10, Timothy Braun <<a href="mailto:braunsquared@gmail.com" target="_blank"></a><a href="mailto:braunsquared@gmail.com" target="_blank">braunsquared@gmail.com</a><br>
</div><div>> <mailto:<a href="mailto:braunsquared@gmail.com" target="_blank"></a><a href="mailto:braunsquared@gmail.com" target="_blank">braunsquared@gmail.com</a>>> wrote:<br>
> > H264 is encoded with x264enc element.<br>
> ><br>
> > Sent from my iPhone<br>
> ><br>
> > On Dec 22, 2010, at 3:10 AM, wl2776 <<a href="mailto:wl2776@gmail.com" target="_blank"></a><a href="mailto:wl2776@gmail.com" target="_blank">wl2776@gmail.com</a><br>
</div><div>> <mailto:<a href="mailto:wl2776@gmail.com" target="_blank"></a><a href="mailto:wl2776@gmail.com" target="_blank">wl2776@gmail.com</a>>> wrote:<br>
> ><br>
> >><br>
> >><br>
> >> michael young wrote:<br>
> >>><br>
> >>> And now , I want to record the video to a MP4 file with the h264<br>
> encoding<br>
> >>> format , How can I do ?<br>
> >>><br>
> >>> On Wed, Dec 22, 2010 at 2:26 PM, michael <<a href="mailto:mcygogo@gmail.com" target="_blank"></a><a href="mailto:mcygogo@gmail.com" target="_blank">mcygogo@gmail.com</a><br>
</div><div>> <mailto:<a href="mailto:mcygogo@gmail.com" target="_blank"></a><a href="mailto:mcygogo@gmail.com" target="_blank">mcygogo@gmail.com</a>>> wrote:<br>
> >>><br>
> >>>> tks, this is work: gst-launch v4l2src device=/dev/video0 !<br>
> >>>> 'video/x-raw-yuv,width=640,height=480,framerate=30/1' ! xvimagesink<br>
> >>><br>
> >>><br>
> >><br>
> >> Looks like you can't, because h264 encoder is unavailable.<br>
> >> gst-inspect | grep h264<br>
> >> doesn't show it.<br>
> >> However, general idea is to encode, then mux, and then save to a file.<br>
> >> gst-launch v4l2src device=/dev/video0 !<br>
> >> 'video/x-raw-yuv,width=640,height=480,framerate=30/1' ! ffenc_mpeg4 !<br>
> >> mp4mux !filesink location=/home/user/file.<br>
> >><br>
> >> --<br>
> >> View this message in context:<br>
> >><br>
> <a href="http://gstreamer-devel.966125.n4.nabble.com/how-to-create-a-pipeline-to-record-video-from-camera-tp3134399p3160261.html" target="_blank"></a><a href="http://gstreamer-devel.966125.n4.nabble.com/how-to-create-a-pipeline-to-record-video-from-camera-tp3134399p3160261.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/how-to-create-a-pipeline-to-record-video-from-camera-tp3134399p3160261.html</a><br>
> >> Sent from the GStreamer-devel mailing list archive at <a href="http://Nabble.com" target="_blank">Nabble.com</a>.<br>
> >><br>
> >><br>
> ------------------------------------------------------------------------------<br>
> >> Forrester recently released a report on the Return on Investment<br>
> (ROI) of<br>
> >> Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even<br>
> >> within 7 months. Over 3 million businesses have gone Google with Google<br>
> >> Apps:<br>
> >> an online email calendar, and document program that's accessible<br>
> from your<br>
> >><br>
> >> browser. Read the Forrester report: <a href="http://p.sf.net/sfu/googleapps-sfnew" target="_blank"></a><a href="http://p.sf.net/sfu/googleapps-sfnew" target="_blank">http://p.sf.net/sfu/googleapps-sfnew</a><br>
> >> _______________________________________________<br>
> >> gstreamer-devel mailing list<br>
> >> <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank"></a><a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
</div>> <mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank"></a><a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>><br>
<div>> >> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank"></a><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>
> > Forrester recently released a report on the Return on Investment (ROI) of<br>
> > Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even<br>
> > within 7 months. Over 3 million businesses have gone Google with Google<br>
> > Apps:<br>
> > an online email calendar, and document program that's accessible from<br>
> your<br>
> > browser. Read the Forrester report: <a href="http://p.sf.net/sfu/googleapps-sfnew" target="_blank"></a><a href="http://p.sf.net/sfu/googleapps-sfnew" target="_blank">http://p.sf.net/sfu/googleapps-sfnew</a><br>
> > _______________________________________________<br>
> > gstreamer-devel mailing list<br>
> > <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank"></a><a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
</div>> <mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank"></a><a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>><br>
<div><div></div><div>> > <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank"></a><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>
Forrester recently released a report on the Return on Investment (ROI) of<br>
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even<br>
within 7 months. Over 3 million businesses have gone Google with Google Apps:<br>
an online email calendar, and document program that's accessible from your<br>
browser. Read the Forrester report: <a href="http://p.sf.net/sfu/googleapps-sfnew" target="_blank"></a><a href="http://p.sf.net/sfu/googleapps-sfnew" target="_blank">http://p.sf.net/sfu/googleapps-sfnew</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank"></a><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"></a><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></div>
</div></div><br>------------------------------------------------------------------------------<br>
Forrester recently released a report on the Return on Investment (ROI) of<br>
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even<br>
within 7 months. Over 3 million businesses have gone Google with Google Apps:<br>
an online email calendar, and document program that's accessible from your<br>
browser. Read the Forrester report: <a href="http://p.sf.net/sfu/googleapps-sfnew" target="_blank"></a><a href="http://p.sf.net/sfu/googleapps-sfnew" target="_blank">http://p.sf.net/sfu/googleapps-sfnew</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank"></a><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"></a><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div></div></div>
</div></blockquote><blockquote type="cite"><div><span>------------------------------------------------------------------------------</span><br><span>Forrester recently released a report on the Return on Investment (ROI) of</span><br>
<span>Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even</span><br><span>within 7 months. Over 3 million businesses have gone Google with Google Apps:</span><br><span>an online email calendar, and document program that's accessible from your </span><br>
<span>browser. Read the Forrester report: <a href="http://p.sf.net/sfu/googleapps-sfnew" target="_blank"></a><a href="http://p.sf.net/sfu/googleapps-sfnew" target="_blank">http://p.sf.net/sfu/googleapps-sfnew</a></span></div>
</blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>gstreamer-devel mailing list</span><br><span><a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a></span><br>
<span><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a></span><br></div></blockquote></div></div></div><br>------------------------------------------------------------------------------<br>
Forrester recently released a report on the Return on Investment (ROI) of<br>
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even<br>
within 7 months. Over 3 million businesses have gone Google with Google Apps:<br>
an online email calendar, and document program that's accessible from your<br>
browser. Read the Forrester report: <a href="http://p.sf.net/sfu/googleapps-sfnew" target="_blank">http://p.sf.net/sfu/googleapps-sfnew</a><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></blockquote></div><br>
</div></div><br>------------------------------------------------------------------------------<br>
Forrester recently released a report on the Return on Investment (ROI) of<br>
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even<br>
within 7 months. Over 3 million businesses have gone Google with Google Apps:<br>
an online email calendar, and document program that's accessible from your<br>
browser. Read the Forrester report: <a href="http://p.sf.net/sfu/googleapps-sfnew" target="_blank">http://p.sf.net/sfu/googleapps-sfnew</a><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></blockquote></div><br>
</div></div><br>------------------------------------------------------------------------------<br>
Forrester recently released a report on the Return on Investment (ROI) of<br>
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even<br>
within 7 months. Over 3 million businesses have gone Google with Google Apps:<br>
an online email calendar, and document program that's accessible from your<br>
browser. Read the Forrester report: <a href="http://p.sf.net/sfu/googleapps-sfnew" target="_blank">http://p.sf.net/sfu/googleapps-sfnew</a><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></blockquote></div><br>
</div></div></blockquote></div><br>
</div></div><br>------------------------------------------------------------------------------<br>
Learn how Oracle Real Application Clusters (RAC) One Node allows customers<br>
to consolidate database storage, standardize their database environment, and,<br>
should the need arise, upgrade to a full multi-node Oracle RAC database<br>
without downtime or disruption<br>
<a href="http://p.sf.net/sfu/oracle-sfdevnl" target="_blank">http://p.sf.net/sfu/oracle-sfdevnl</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>
<br></blockquote></div><br></div>