<!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>cannot link rtpasfpay to rtpbin ??</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Hi all,<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; In my plug-in module rtpasfpay.c I use gst_pad_push(asfpay-&gt;srcpad, outputbuf). Next module is rtpbin.<BR>
I have set the src caps as follows:<BR>
<BR>
static GstStaticPadTemplate gst_rtp_asf_pay_src_template =<BR>
GST_STATIC_PAD_TEMPLATE (&quot;src&quot;,<BR>
&nbsp;&nbsp;&nbsp; GST_PAD_SRC,<BR>
&nbsp;&nbsp;&nbsp; GST_PAD_ALWAYS,<BR>
&nbsp;&nbsp;&nbsp; GST_STATIC_CAPS (&quot;application/x-rtp, &quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;media = (string) { \&quot;application\&quot;, \&quot;video\&quot;, \&quot;audio\&quot; }, &quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;clock-rate = (int) [1, MAX], &quot; &quot;encoding-name = (string) \&quot;X-ASF-PF\&quot;&quot;<BR>
&nbsp;&nbsp;&nbsp; )<BR>
&nbsp;&nbsp;&nbsp; );<BR>
<BR>
I dont know why i am getting following error :<BR>
Warning : errorneos pipeline cannot link asfpay to rtpbin<BR>
<BR>
Regards,<BR>
Irfan</FONT>
</P>

<p>This message (including any attachment) is confidential and may be legally privileged.  Access to this message by anyone other than the intended recipient(s) listed above is unauthorized.  If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful.  Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error.</p>
</BODY>
</HTML>