Issue in souphttpsrc with hls input while closing the pipeline
Submitted by parithi
Link to original bug (#795607)
Description
I am trying to decode hls stream with following pipeline
gst-launch-1.0 souphttpsrc location=http://10.0.90.12:80/live/scte/master_1.m3u8 ! hlsdemux ! queue ! decodebin ! video/x-raw ! x264enc ! h264parse ! mpegtsmux ! udpsink port=8888 host=10.0.100.24 -e
Pipeline is PREROLLING ...
Redistribute latency...
Redistribute latency...
Redistribute latency...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
^
Chandling interrupt.
Interrupt: Stopping pipeline ...
EOS on shutdown enabled -- Forcing EOS on the pipeline
Waiting for EOS...
Setting pipeline to PAUSED ...if I stop the playback by pressing "ctl+c" pipeline is not closing, it keeps on playing.
From my initial investigation found out that basesrc received EOS event but it is not propagated to downstream elements.
Version: 1.14.0