Gstreamer cleanup on a crash

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

Gstreamer cleanup on a crash

knikhila
Hello,
I have written an application that uses Gstreamer for audio playback.
The application instantiates a pipeline with a uridecodebin and pulsesink.
If for some reason the application crashes, and is restarted, will there be any problems?
Are there any OS level resources that Gstreamer needs, that if not cleaned up correctly, will cause problems while launching the next time?

Thanks.