[gstreamer-bugs] [Bug 626618] jpegparse doesn't handle APP12 marker

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 17 11:42:31 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=626618
  GStreamer | gst-plugins-bad | git

--- Comment #28 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> 2010-08-17 18:42:27 UTC ---
(In reply to comment #27)
> 
> static gboolean
> ngst_byte_reader_get_string_utf8_checked (GstByteReader * b, const gchar ** s)
> {
>   if (!gst_byte_reader_get_string_utf8 (b, s))
>     return FALSE;
> 
>   return g_utf8_validate (*s, -1, NULL);
> }
> 

What about add this functions into GstByteReader?? http://pastebin.com/nV0n2DjL

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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