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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 17 13:03:40 PST 2008


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


zecke at selfish.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #26099|review?                     |review-
               Flag|                            |




------- Comment #6 from zecke at selfish.org  2008-12-17 13:03 PDT -------
(From update of attachment 26099)

> +        // Splitting the capability by comma and taking the first part
> +        // as capability can be something like "audio/x-wavpack, framed=(boolean)false"
> +        gchar* type = g_strsplit(gst_caps_to_string(caps), ",", 2)[0];
> +


LEAK, LEAK, LEAK! I suffered from this with hald 0.5.9 on my Neo1973.
http://library.gnome.org/devel/glib/stable/glib-String-Utility-Functions.html#g-strsplit.
Please redo this and use valgrind or memprof to check that you don't leak.


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



More information about the webkit-unassigned mailing list