where is: gst_rtp_bin_request_new_pad() ??

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

where is: gst_rtp_bin_request_new_pad() ??

Andres Gonzalez
Hi,

Using gst-inspect on rtpbin indicates there is a specific function:  gst_rtp_bin_request_new_pad()  for retrieving a request pad. However, I cannot find it any where.

Question: Is this a deprecated function or should I keep looking?

Thanks,
-Andres
Reply | Threaded
Open this post in threaded view
|

Re: where is: gst_rtp_bin_request_new_pad() ??

Olivier Crête-3
Hi,

This is the internal implementation, as an application dev, you'd
use gst_element_request_pad() or the
slower gst_element_get_request_pad().

Olivier

On Wed, 2016-08-24 at 10:42 -0700, Andres Gonzalez wrote:

> Hi,
>
> Using gst-inspect on rtpbin indicates there is a specific function: 
> gst_rtp_bin_request_new_pad()  for retrieving a request pad. However,
> I
> cannot find it any where.
>
> Question: Is this a deprecated function or should I keep looking?
>
> Thanks,
> -Andres
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble
> .com/where-is-gst-rtp-bin-request-new-pad-tp4679231.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
--
Olivier Crête
[hidden email]
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: where is: gst_rtp_bin_request_new_pad() ??

Andres Gonzalez
Thanks for that clarification Olivier.
-Andres