gStreamer pipeline not terminating cleanly with Ctrl-C

Hello,

We are facing an audio related issue here.

Gstreamer pipeline we have used:
gst-launch-1.0 alsasrc ! capsfilter caps=“audio/x-raw, channels=2, rate=48000, format=S16LE, layout=interleaved” ! alsasink device=plughw:0,0

Here, We are using above pipeline simultaneously. But when we kill the process using “kill -9” it works properly but not working every-time with CTRL+C.

Please help to resolve this stability issue, how can we overcome this issue. The audio should play again each time after we press CTRL+C each time.

Regards,
Parth Y Shah

Hello,

Any update over here?

Regards,
Parth Y Shah