[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:56:53 PDT 2023


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

--- Comment #11 from Philippe Normand <philn at igalia.com> ---
Well, not going to be useful either...

GstEvent *
gst_event_new_caps (GstCaps * caps)
{
  GstEvent *event;

  g_return_val_if_fail (caps != NULL, NULL);
  g_return_val_if_fail (gst_caps_is_fixed (caps), NULL);

  GST_CAT_INFO (GST_CAT_EVENT, "creating caps event %" GST_PTR_FORMAT, caps);
...

-- 
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/257147e9/attachment.htm>


More information about the webkit-unassigned mailing list