cannot link rtpasfpay to rtpbin ??
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.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel