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 785519 - splitmuxsink: handle_gathered_gop failed
splitmuxsink: handle_gathered_gop failed
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.8.1
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-07-28 09:07 UTC by Peter Moroz
Modified: 2018-01-19 18:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Moroz 2017-07-28 09:07:52 UTC
Example pipeline:
gst-launch-1.0 rtspsrc location="rtsp://XXX.XX.XX.XX:554" user-id="username" user-pw="password" ! rtph264depay ! h264parse ! splitmuxsink location=fragment-%08d.mp4 max-files=20 max-size-time=90000000000 muxer=qtmux

 Crashed after approx. 1.5 hours of running due to failed assertion 
ERROR:/home/standby/fsl-release-bsp-3.14.52/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/1.8.1-r0/gst-plugins-good-1.8.1/gst/multifile/gstsplitmuxsink.c:847:handle_gathered_gop: assertion failed: (queued_bytes >= splitmux->mux_start_bytes)
Aborted
Comment 1 Tim-Philipp Müller 2017-07-29 16:57:49 UTC
Any chance you could try a more recent version of GStreamer such as the latest stable release (1.12) or git master to see if this issue still occurs there?

There have been fairly big changes in splitmuxsink since 1.8.
Comment 2 Tim-Philipp Müller 2018-01-19 18:30:09 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment.
Thanks!