GNOME Bugzilla – Bug 786142
dashdemux: WebM not supported and crashes
Last modified: 2018-11-03 14:12:01 UTC
gst-launch-1.0 playbin uri=http://demos.webmproject.org/dash/201410/vp9_glass/manifest_vp9_opus.mpd -------- ** (gst-launch-1.0:30757): CRITICAL **: gst_adapter_available: assertion 'GST_IS_ADAPTER (adapter)' failed ** (gst-launch-1.0:30757): CRITICAL **: gst_adapter_clear: assertion 'GST_IS_ADAPTER (adapter)' failed ** (gst-launch-1.0:30757): CRITICAL **: gst_adapter_push: assertion 'GST_IS_ADAPTER (adapter)' failed ** (gst-launch-1.0:30757): CRITICAL **: gst_adapter_available: assertion 'GST_IS_ADAPTER (adapter)' failed ** (gst-launch-1.0:30757): CRITICAL **: gst_adapter_take_buffer: assertion 'GST_IS_ADAPTER (adapter)' failed Caught SIGSEGV
+ Trace 237791
WebM profile for DASH is not supported yet, and this also depends on bug #756809. Additionally this crashes because the current code only allocates the adapter if it's ISOBMFF but uses it always when there is an index.
Issue also happens with other "unsupported" streams (such as SVC DASH streams)
-- 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-bad/issues/595.