GNOME Bugzilla – Bug 774556
Splitmuxsink crash (ver 1.10.0)
Last modified: 2016-11-16 15:31:34 UTC
After gstreamer and plugins update to ver 1.10.0 next segmentation fault occurred after pipeline with splitmuxsink tries to quit: (--gst-debug=GST_CAPS:4:6705): GStreamer-CRITICAL **: gst_object_get_name: assertion 'GST_IS_OBJECT (object)' failed Steps to reproduce: 1. Install gstreamer with plugins ver 1.10.0 2. Get any h264 mp4 video file 3. Run next simple pipeline: gst-launch-1.0 filesrc location=input.mp4 ! qtdemux ! splitmuxsink location=out%02d.mov max-size-time=5000000000 4. Get segmentation fault as soon as video is finished NOTE: On other versions works fine.
I believe this is already fixed in bug #773784. Should be in the 1.10.1 release which is due ~tomorrow. *** This bug has been marked as a duplicate of bug 773784 ***