re-requesting tee's same src pad after gst_element_release_request_pad

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

re-requesting tee's same src pad after gst_element_release_request_pad

dvescovi
I have a timed delayed looping program that I basically need to request and
then release the same src pad from a tee.
Right now the loop runs exactly three times then crashes saying it can't get
the gst_element_class_get_pad_template on the third iteration.

I assume it might be because the request pad is not being fully released and
removed even though I am calling gst_element_release_request_pad() in my
finalize routine on every loop.
Maybe it might be getting pad src_0 then src_1 on the next loop etc. then
crashes.

I suspect there might be something more I need to do to fully delete the src
pad so on the next iteration it will again get "src_0".





--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel