gst_rtp_bin_request_new_pad gone?
Ugly Face
xuchangxue365812 at 126.com
Thu Aug 4 09:09:50 UTC 2016
As a new bee, I followed the doc to build my demo app with gstreamer.
In my app rtpbin is needed. So I run "get-inspect-1.0 rtpbin" to get
guidance about it. The guidance tells me that I will need to call
"get_rtp_bin_request_new_pad" to get "request pad". However I get an
"undefined reference get_rtp_bin_request_new_pad" error when I try to
compile my code.
Google does not help as it usually is.
I have two question:
1. Is this interface gone forever or I need to include some other header
files to deal with this error? If it is gone, Should I use
"get_element_get_request_pad" instead?
2. In a demo write by others, I find out that some pads are unrefined after
"get_pad_link" while others are left untouched. I guess that pad got from
"get_element_get_static_pad" should be unrefined. Is it true?
thanks.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gst-rtp-bin-request-new-pad-gone-tp4678950.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list