<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>RE: I new two pipe line here for rtp sending and receiving , but meet some problems</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>&nbsp;Hello Zhang,<BR>
<BR>
&nbsp;From the log you have mentioned , it seems you probably need the caps<BR>
&nbsp;to be set in between udpsrc and depay in the receiver side<BR>
<BR>
&nbsp;You may try the following and see if it works if you have not done it already -<BR>
<BR>
&nbsp;Receving:<BR>
<BR>
&nbsp;gst-launch udpsrc port=5000 ! application/x-rtp, media=video, payload=X, clock-rate=90000, encoding-name=H263 ! rtph263depay ! ffdec_h263 ! filesink location=./abc.out<BR>
<BR>
&nbsp;Where X = 34/96/127 . Please check and replace accordingly.<BR>
<BR>
&nbsp;Regards,<BR>
&nbsp;Arnab<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: gstreamer-devel-request@lists.sourceforge.net [<A HREF="mailto:gstreamer-devel-request@lists.sourceforge.net">mailto:gstreamer-devel-request@lists.sourceforge.net</A>]<BR>
Sent: Wed 8/19/2009 11:32 AM<BR>
To: gstreamer-devel@lists.sourceforge.net<BR>
Subject: gstreamer-devel Digest, Vol 39, Issue 23<BR>
<BR>
Send gstreamer-devel mailing list submissions to<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gstreamer-devel@lists.sourceforge.net<BR>
application/x-rtp<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; media: video<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; payload: 34<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; clock-rate: 90000<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; encoding-name: H263<BR>
<BR>
To subscribe or unsubscribe via the World Wide Web, visit<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
or, via email, send a message with subject or body 'help' to<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gstreamer-devel-request@lists.sourceforge.net<BR>
<BR>
You can reach the person managing the list at<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gstreamer-devel-owner@lists.sourceforge.net<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's Topics:<BR>
<BR>
&nbsp;&nbsp; 1. Problem Trying To Use v4l2src<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Kulecz, Walter (JSC-SK)[WYLE LABORATORIES])<BR>
&nbsp;&nbsp; 2. Re: Problem Trying To Use v4l2src (Tim-Philipp M?ller)<BR>
&nbsp;&nbsp; 3. Re: Build ffmpeg plugin with x264 static lib (Zhang, Boning)<BR>
&nbsp;&nbsp; 4. I new two pipe line here for rtp sending and receiving , but<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; meet some problems (Zhang, Boning)<BR>
&nbsp;&nbsp; 5. BlackMagic Intensity (Nathan Stratton)<BR>
&nbsp;&nbsp; 6. rtspsrc doesn't show in gst-inspect on target system (Gao, Ping)<BR>
&nbsp;&nbsp; 7. no audio when file with audio-video streams is played (Jyoti)<BR>
<BR>
<BR>
----------------------------------------------------------------------<BR>
<BR>
Message: 1<BR>
Date: Tue, 18 Aug 2009 17:30:16 -0500<BR>
From: &quot;Kulecz, Walter (JSC-SK)[WYLE LABORATORIES]&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;walter.kulecz-1@nasa.gov&gt;<BR>
Subject: [gst-devel] Problem Trying To Use v4l2src<BR>
To: &quot;gstreamer-devel@lists.sourceforge.net&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;gstreamer-devel@lists.sourceforge.net&gt;<BR>
Message-ID:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;1F2262C21D3BB74DBE5C9576EAB4BF4F944D3AC7A5@NDJSSCC03.ndc.nasa.gov&gt;<BR>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<BR>
<BR>
I'm evaluating the possibility of using gstreamer for the next version of my real time image processing application.&nbsp; It seems I need to write a gstreamer plugin to get access to the actual data being passed through the gstreamer pipeline.<BR>
<BR>
I've succeed in using the gst-template to compile a simple filter plugin, but before I put much more effort into learning gstreamer I need to solve a problem with the v4l2src plugin.<BR>
<BR>
My question is how do I initialize the plugin?&nbsp; I need to set NTSC mode (some of our cards default to PAL on powerup), image size to 640x480 (although it seems I could use one of the resize or cropping plugins),&nbsp; select the composite or S-Video input (most cards seem to default to tuner), and maybe set 8-bit grayscale video mode (our cameras are monochrome).&nbsp;<BR>
<BR>
If I run an application like TVtime first, the card then works with v4l2src in a simple gst-launch pipeline to test my plugin.&nbsp; But it seems pretty fragile with respect to video errors often requiring another run of TVtime to reset the card so v4l2src will work.<BR>
<BR>
I've searched the gestreamer-devel archive and only found some discussion of a similar issue on Win32 with directshow tuners.<BR>
<BR>
<BR>
------------------------------<BR>
<BR>
Message: 2<BR>
Date: Wed, 19 Aug 2009 00:13:45 +0100<BR>
From: Tim-Philipp M?ller &lt;t.i.m@zen.co.uk&gt;<BR>
Subject: Re: [gst-devel] Problem Trying To Use v4l2src<BR>
To: gstreamer-devel@lists.sourceforge.net<BR>
Message-ID: &lt;1250637225.19902.26.camel@zingle&gt;<BR>
Content-Type: text/plain<BR>
<BR>
On Tue, 2009-08-18 at 17:30 -0500, Kulecz, Walter wrote:<BR>
<BR>
&gt; I'm evaluating the possibility of using gstreamer for the next version<BR>
&gt; of my real time image processing application.&nbsp; It seems I need to<BR>
&gt; write a gstreamer plugin to get access to the actual data being passed<BR>
&gt; through the gstreamer pipeline.<BR>
<BR>
Not necessarily, but if you want to manipulate the data in the middle of<BR>
a pipeline writing an element is usually the right thing to do.<BR>
<BR>
You can get data out of a pipeline using the appsink element, or the<BR>
fakesink element with a &quot;handoff&quot; signal handler, or the identity<BR>
element with a &quot;handoff&quot; signal handler, or by setting up a pad probe.<BR>
<BR>
<BR>
&gt; I've succeed in using the gst-template to compile a simple filter<BR>
&gt; plugin, but before I put much more effort into learning gstreamer I<BR>
&gt; need to solve a problem with the v4l2src plugin.<BR>
&gt;<BR>
&gt; My question is how do I initialize the plugin?&nbsp; I need to set NTSC mode<BR>
&gt; (some of our cards default to PAL on powerup), image size to 640x480<BR>
&gt; (although it seems I could use one of the resize or cropping<BR>
&gt; plugins),&nbsp; select the composite or S-Video input (most cards seem to<BR>
&gt; default to tuner), and maybe set 8-bit grayscale video mode (our<BR>
&gt; cameras are monochrome).&nbsp;<BR>
<BR>
The desired pixel format/layout and resolution can be set by putting a<BR>
capsfilter with suitable filter caps after the v4l2src element. This<BR>
usually assumes the camera/drivers/libv4l support the exact format and<BR>
resolution desired. If you just want to get data in a particular<BR>
format/size no matter what you can put some converters like<BR>
ffmpegcolorspace and videoscale between v4l2src and your capsfilter, and<BR>
those elements will try their best to convert the data from the camera<BR>
into the desired format if the format isn't supported.<BR>
<BR>
NTSC/PAL selection is done using the GstTuner interface (see<BR>
gst-plugins-base libraries docs), I believe. The device might need to be<BR>
open already when you use the interface (ie. the v4l2src element needs<BR>
to be set to at least READY or PAUSED state [it should be READY, but<BR>
IIRC the v4l elemens didn't implement that correctly until recently, so<BR>
you might need PAUSED instead depending on the version used]).<BR>
<BR>
&gt; If I run an application like TVtime first, the card then works with<BR>
&gt; v4l2src in a simple gst-launch pipeline to test my plugin.&nbsp; But it<BR>
&gt; seems pretty fragile with respect to video errors often requiring<BR>
&gt; another run of TVtime to reset the card so v4l2src will work.<BR>
<BR>
What errors do you get? What does TVtime do to reset it?<BR>
<BR>
Cheers<BR>
&nbsp;-Tim<BR>
<BR>
<BR>
<BR>
<BR>
------------------------------<BR>
<BR>
Message: 3<BR>
Date: Wed, 19 Aug 2009 09:44:16 +0800<BR>
From: &quot;Zhang, Boning&quot; &lt;boning.zhang@intel.com&gt;<BR>
Subject: Re: [gst-devel] Build ffmpeg plugin with x264 static lib<BR>
To: Discussion of the development of GStreamer<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;gstreamer-devel@lists.sourceforge.net&gt;<BR>
Message-ID:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;037F493892196B458CD3E193E8EBAD4F01EC3AACFD@pdsmsx502.ccr.corp.intel.com&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
Content-Type: text/plain; charset=&quot;gb2312&quot;<BR>
<BR>
Hi<BR>
can the ugly plugin&nbsp; work well?<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Edward Hervey [<A HREF="mailto:bilboed@gmail.com">mailto:bilboed@gmail.com</A>]<BR>
Sent: 2009?8?18? 1:27<BR>
To: Discussion of the development of GStreamer<BR>
Subject: Re: [gst-devel] Build ffmpeg plugin with x264 static lib<BR>
<BR>
Hi,<BR>
<BR>
&nbsp; ... don't do that. Just use the x264enc plugin from gst-plugins-ugly.<BR>
<BR>
&nbsp;&nbsp;&nbsp; Edward<BR>
<BR>
On Mon, 2009-08-17 at 09:42 +0800, Zhang, Boning wrote:<BR>
&gt; I try to build the x264 in the ffmpeg plugin,and I change the<BR>
&gt; configure file in the file with --enable-libx264<BR>
&gt; And I can build it and make it to rpm.But after I install it in the<BR>
&gt; other computer with it rpm, I run gst-inspect :<BR>
&gt;&nbsp;<BR>
&gt; GStreamer-WARNING **: Failed to load plugin<BR>
&gt; '/usr/lib/gstreamer-0.10/libgstffmpeg.so':/usr/lib/gstreamer-0.10/libgstffmpeg.so:undefined symbol :x264_encoder_encode<BR>
&gt;&nbsp;<BR>
&gt; If I install the ffmpeg-plugin that is OK without any error.<BR>
&gt; So can any one help me?<BR>
&gt;&nbsp;<BR>
&gt; Thanks<BR>
&gt; ------------------------------------<BR>
&gt; Boning,Zhang<BR>
&gt;&nbsp;<BR>
&gt;&nbsp;<BR>
&gt;&nbsp;<BR>
&gt;&nbsp;<BR>
&gt; ------------------------------------------------------------------------------<BR>
&gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day<BR>
&gt; trial. Simplify your report design, integration and deployment - and focus on<BR>
&gt; what you do best, core application coding. Discover what's new with<BR>
&gt; Crystal Reports now.&nbsp; <A HREF="http://p.sf.net/sfu/bobj-july">http://p.sf.net/sfu/bobj-july</A><BR>
&gt; _______________________________________________ gstreamer-devel mailing list gstreamer-devel@lists.sourceforge.net <A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
<BR>
<BR>
------------------------------------------------------------------------------<BR>
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day<BR>
trial. Simplify your report design, integration and deployment - and focus on<BR>
what you do best, core application coding. Discover what's new with<BR>
Crystal Reports now.&nbsp; <A HREF="http://p.sf.net/sfu/bobj-july">http://p.sf.net/sfu/bobj-july</A><BR>
_______________________________________________<BR>
gstreamer-devel mailing list<BR>
gstreamer-devel@lists.sourceforge.net<BR>
<A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
<BR>
------------------------------<BR>
<BR>
Message: 4<BR>
Date: Wed, 19 Aug 2009 10:11:03 +0800<BR>
From: &quot;Zhang, Boning&quot; &lt;boning.zhang@intel.com&gt;<BR>
Subject: [gst-devel] I new two pipe line here for rtp sending and<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; receiving , but meet some problems<BR>
To: &quot;gstreamer-devel@lists.sourceforge.net&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;gstreamer-devel@lists.sourceforge.net&gt;<BR>
Message-ID:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;037F493892196B458CD3E193E8EBAD4F01EC3AAD34@pdsmsx502.ccr.corp.intel.com&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<BR>
<BR>
sending:<BR>
<BR>
gst-launch videotestsrc ! videoscale ! video/x-raw-yuv,width=352,height=288 ! videorate ! video/x-raw-yuv,framerate=15/1 ! videobalance brightness=0.3 contrast=1.5 ! ffmpegcolorspace ! ffenc_h263! rtph263pay ! udpsink host=localhost port=5000<BR>
<BR>
<BR>
receving:<BR>
<BR>
gst-launch udpsrc port=5000 ! rtph263depay ! ffdec_h263 ! filesink location=./abc.out<BR>
<BR>
<BR>
Problems:<BR>
<BR>
They can run separately well, though no data.<BR>
But If I run them together , it will crash.<BR>
<BR>
log:<BR>
<BR>
New clock: GstSystemClock<BR>
ERROR: from element /GstPipeline:pipeline0/GstRtpH263Depay:rtph263depay0: Internal GStreamer error: negotiation problem.&nbsp; Please file a bug at <A HREF="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</A>.<BR>
Additional debug info:<BR>
gstbasertpdepayload.c(360): gst_base_rtp_depayload_chain (): /GstPipeline:pipeline0/GstRtpH263Depay:rtph263depay0:<BR>
Not RTP format was negotiated<BR>
Execution ended after 37364529 ns.<BR>
<BR>
<BR>
Can anyone tell me how to solve this problem?<BR>
<BR>
Thanks very much.<BR>
------------------------------------<BR>
Boning,Zhang<BR>
<BR>
<BR>
-------------- next part --------------<BR>
An HTML attachment was scrubbed...<BR>
<BR>
------------------------------<BR>
<BR>
Message: 5<BR>
Date: Tue, 18 Aug 2009 22:09:22 -0500 (CDT)<BR>
From: Nathan Stratton &lt;nathan@robotics.net&gt;<BR>
Subject: [gst-devel] BlackMagic Intensity<BR>
To: gstreamer-devel@lists.sourceforge.net<BR>
Message-ID: &lt;alpine.LFD.2.00.0908182206460.3811@bart.robotics.net&gt;<BR>
Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII<BR>
<BR>
<BR>
Looking for someone to write plugin for the BlackMagic Intensity Pro card:<BR>
<BR>
<A HREF="http://www.blackmagic-design.com/products/intensity/">http://www.blackmagic-design.com/products/intensity/</A><BR>
<BR>
They have a Linux SDK, If anyone is interested, please let me know the<BR>
est cost.<BR>
<BR>
&gt;&lt;&gt;<BR>
Nathan Stratton&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CTO, BlinkMind, Inc.<BR>
nathan at robotics.net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nathan at blinkmind.com<BR>
<A HREF="http://www.robotics.net">http://www.robotics.net</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.blinkmind.com">http://www.blinkmind.com</A><BR>
<BR>
<BR>
<BR>
------------------------------<BR>
<BR>
Message: 6<BR>
Date: Tue, 18 Aug 2009 23:06:03 -0500<BR>
From: &quot;Gao, Ping&quot; &lt;ping.gao@harman.com&gt;<BR>
Subject: [gst-devel] rtspsrc doesn't show in gst-inspect on target<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; system<BR>
To: &quot;gstreamer-devel@lists.sourceforge.net&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;gstreamer-devel@lists.sourceforge.net&gt;<BR>
Message-ID:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;6DF262F0BAB5944AB03D1FE91354A1EF05FF1AEAD0@HICGWSEX01.ad.harman.com&gt;<BR>
Content-Type: text/plain; charset=&quot;Windows-1252&quot;<BR>
<BR>
Hi there:<BR>
<BR>
I am trying to add RTSP support to a target platform which is x86 based hardware and runs Linux 2.6.28.&nbsp;&nbsp; The SDK for the target come with g-streamer 0.10 with some elements, but without rtspsrc, however, the libraries are built and exist, just not included in the root fs on the target.&nbsp;&nbsp;&nbsp; So I copied all pre-built rtspsrc libraries (libgstrtsp-0.10.so*) to where GST_PLUGIN_PATH environment variable point to.&nbsp;&nbsp; Also, I checked the dependencies of libgstrtsp-0.10.so. The only library that the target missing is libselinux.so.1.&nbsp; The SDK for the target doesn?t have libselinux.so.1, then I just copied the one on my Linux host (which runs Fedora 9) to my target.<BR>
When I run ?gst-inspect rtspsrc? on the target, it says ?No such element or plugin ?rtspsrc??.&nbsp; Can you tell why I don?t have rtspsrc on the target? Any suggestions on how to fix the problem?<BR>
<BR>
Thanks a lot.<BR>
<BR>
Ping<BR>
<BR>
<BR>
<BR>
------------------------------<BR>
<BR>
Message: 7<BR>
Date: Wed, 19 Aug 2009 11:09:39 +0530<BR>
From: Jyoti &lt;jyoti.d@allaboutif.com&gt;<BR>
Subject: [gst-devel] no audio when file with audio-video streams is<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; played<BR>
To: Discussion of the development of GStreamer<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;gstreamer-devel@lists.sourceforge.net&gt;<BR>
Message-ID:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;d10c7b710908182239s4ead2c13ta7476e2de5e36270@mail.gmail.com&gt;<BR>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<BR>
<BR>
Hi all,<BR>
<BR>
I am writing an application to play a media file.<BR>
1. The audio doesn't play at all when both audio &amp; video pads<BR>
generated by demuxer are connected to separate bins<BR>
called audio &amp; video bins.<BR>
2. when I discard the video pad and connect only audio pad to<BR>
audio bin I am able to hear the audio.<BR>
<BR>
The same file plays well with playbin. And I am using the elements<BR>
as in playbin.<BR>
<BR>
*Observation:*<BR>
1. On catching bus messages for warning I get this message<BR>
&quot;*Compensating for audio synchronisation problems*&quot;<BR>
2. The video pad is generated first &amp; then the audio pad<BR>
<BR>
*The playbin elements are as below:*<BR>
filesrc-&gt;mpegtsdemux<BR>
-&gt;ffdec_h264-&gt;ffmpegcolorspace-&gt;videoscale-&gt;xvimagesink<BR>
<BR>
-&gt;mad-&gt;audioconvert-&gt;audioresample-&gt;alsasink<BR>
<BR>
Can someone please suggest some ideas on this?<BR>
<BR>
Thanks,<BR>
Jyoti<BR>
-------------- next part --------------<BR>
An HTML attachment was scrubbed...<BR>
<BR>
------------------------------<BR>
<BR>
------------------------------------------------------------------------------<BR>
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day<BR>
trial. Simplify your report design, integration and deployment - and focus on<BR>
what you do best, core application coding. Discover what's new with<BR>
Crystal Reports now.&nbsp; <A HREF="http://p.sf.net/sfu/bobj-july">http://p.sf.net/sfu/bobj-july</A><BR>
<BR>
------------------------------<BR>
<BR>
_______________________________________________<BR>
gstreamer-devel mailing list<BR>
gstreamer-devel@lists.sourceforge.net<BR>
<A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
<BR>
<BR>
End of gstreamer-devel Digest, Vol 39, Issue 23<BR>
***********************************************<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

<pre>
</pre></BODY>
</HTML>