After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 795607 - Issue in souphttpsrc with hls input while closing the pipeline
Issue in souphttpsrc with hls input while closing the pipeline
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.14.0
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-04-27 14:34 UTC by parithi
Modified: 2018-11-03 15:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description parithi 2018-04-27 14:34:04 UTC
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

Setting pipeline to PAUSED ...
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...
-----------------------

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.
Comment 1 GStreamer system administrator 2018-11-03 15:29:41 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/470.