[Webkit-unassigned] [Bug 254622] [GStreamer] GStreamer-CRITICAL **: 17:33:38.968: gst_event_new_caps: assertion 'gst_caps_is_fixed (caps)' failed caused by ImageDecoderGStreamer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 29 09:52:13 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=254622

--- Comment #8 from Philippe Normand <philn at igalia.com> ---
bool GStreamerElementHarness::pushEvent(GRefPtr<GstEvent>&& event)
{
    GST_TRACE_OBJECT(m_element.get(), "Pushing %" GST_PTR_FORMAT, event.get());
    auto result = gst_pad_push_event(m_srcPad.get(), event.leakRef());
    GST_TRACE_OBJECT(m_element.get(), "Result: %s", boolForPrinting(result));
    return result;
}

We do emit a trace message *before* pushing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230329/805b90d0/attachment.htm>


More information about the webkit-unassigned mailing list