[gst-devel] cannot link rtpasfpay to rtpbin ??

Irfan Shaikh irfanshaikh at tataelxsi.co.in
Sat Nov 8 13:20:13 CET 2008


Hi all,

       In my plug-in module rtpasfpay.c I use gst_pad_push(asfpay->srcpad, outputbuf). Next module is rtpbin.
I have set the src caps as follows:

static GstStaticPadTemplate gst_rtp_asf_pay_src_template =
GST_STATIC_PAD_TEMPLATE ("src",
    GST_PAD_SRC,
    GST_PAD_ALWAYS,
    GST_STATIC_CAPS ("application/x-rtp, "
        "media = (string) { \"application\", \"video\", \"audio\" }, "
        "clock-rate = (int) [1, MAX], " "encoding-name = (string) \"X-ASF-PF\""
    )
    );

I dont know why i am getting following error :
Warning : errorneos pipeline cannot link asfpay to rtpbin

Regards,
Irfan

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20081108/26b04026/attachment.htm>


More information about the gstreamer-devel mailing list