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 774556 - Splitmuxsink crash (ver 1.10.0)
Splitmuxsink crash (ver 1.10.0)
Status: RESOLVED DUPLICATE of bug 773784
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.10.0
Other Linux
: Normal normal
: 1.10.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-16 15:12 UTC by taras
Modified: 2016-11-16 15:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description taras 2016-11-16 15:12:51 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.
Comment 1 Tim-Philipp Müller 2016-11-16 15:31:34 UTC
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 ***