[Bug 725248] videobox fails to negotiate in an environment with possible RGB input.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 11 05:28:10 PDT 2014


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

--- Comment #2 from RaviKiran <ravi.kiran at samsung.com> 2014-06-11 12:28:07 UTC ---
Created an attachment (id=278262)
 View: https://bugzilla.gnome.org/attachment.cgi?id=278262
 Review: https://bugzilla.gnome.org/review?bug=725248&attachment=278262

Fix for the capnego problem

Looks like the issue is in  gst_video_box_transform_caps(). "AYUV" is treated
as rgb. 

       if (strstr (str, "RGB") || strstr (str, "BGR") ||
            strcmp (str, "AYUV") == 0)  /* <== problem could here */
           seen_rgb = TRUE;
         else if (strcmp (str, "I420") == 0 || strcmp (str, "YV12") == 0 ||
             strcmp (str, "AYUV") == 0)

Pipeline worked with attached patch

-- 
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