gst-rtsp-server proper cleanup
Eslam Ahmed via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <CAHhP+SQojEjUysBK2_Xx-dsBDCEWQZzgNBwiwRXxuU0PY93tNQ@mail.gmail.com> |
Hello, I have an app that uses gst-rtsp-server 1.16.3 that has some leaks when terminating gracefully after at least one client is connected. Leaks are tracked using GST_DEBUG="GST_TRACER:7" GST_TRACERS="leaks". The leak is mainly the pipeline elements constructed by GstRTSPMediaFactory. How do I force an unpreparation for the prepared GstRTSPMedia? I think somehow this method needs to be triggered gst_rtsp_session_media_finalize. Thanks in advance for any pointers. Best Regards, Eslam