[Webkit-unassigned] [Bug 16356] [GTK] Integrate GStreamer video with the graphics backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 24 07:27:52 PDT 2009


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


Gustavo Noronha (kov) <gns at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #38474|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #21 from Gustavo Noronha (kov) <gns at gnome.org>  2009-08-24 07:27:51 PDT ---
(From update of attachment 38474)
> +            // Splitting the capability by comma and taking the first part
> +            // as capability can be something like "audio/x-wavpack, framed=(boolean)false"
> +            gchar** capability = g_strsplit(gst_caps_to_string(caps), ",", 2);

There's a small leak here - gst_caps_to_string returns a string that needs to
be freed. I will turn this into a GOwnPtr when landing.

Other than that, r=me. I'll land it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list