[Bug 782050] New: Webkit crash on imx6 using

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 2 08:48:16 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=782050

            Bug ID: 782050
           Summary: Webkit crash on imx6 using
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: frederic.dalleau at collabora.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 350849
  --> https://bugzilla.gnome.org/attachment.cgi?id=350849&action=edit
Patch proposal

The following crash occured while running Webkit to play video on iMX.6.

0x00000000 in ?? ()
0x73f8d7d8 in foreach_metadata (inbuf=0xc9b020, meta=0x474b2490,
                  user_data=<optimized out>) at gstbasetransform.c:1781
0x73eb3ea8 in gst_buffer_foreach_meta (buffer=buffer at entry=0xc9b020,
                  func=0x73f8d705 <foreach_metadata>,
                  user_data=user_data at entry=0x474b24d4)
                  at gstbuffer.c:2234

Some investigation showed that the iMX.6 plugin was not implementing a function
:
https://github.com/Freescale/gstreamer-imx/blob/master/src/vpu/vpu_framebuffer_meta.c#L65

We used this patch to avoid the issue in gstreamer core.

That could relate to #781652
Let me know what you think.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list