[Bug 721701] Performance penalty for videoscale and I420 to BGRA for 1.2.0-1.2.2 and common ubuntu

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 9 14:03:58 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=721701
  GStreamer | gst-plugins-base | 1.2.2

Ryan Lortie (desrt) <desrt> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |desrt at desrt.ca

--- Comment #9 from Ryan Lortie (desrt) <desrt at desrt.ca> 2014-01-09 22:03:49 UTC ---
This seems to have broken the build under jhbuild on fedora 20:

  CC       libgstvideoconvert_la-videoconvert.lo
videoconvert.c: In function 'convert_AYUV_ARGB':
videoconvert.c:1209:7: error: too many arguments to function
'video_convert_orc_convert_AYUV_ARGB'
       width, height);
       ^
In file included from videoconvert.c:31:0:
gstvideoconvertorc.h:113:6: note: declared here
 void video_convert_orc_convert_AYUV_ARGB (guint8 * ORC_RESTRICT d1, int
d1_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m);
      ^
videoconvert.c: In function 'convert_AYUV_BGRA':
videoconvert.c:1223:7: error: too many arguments to function
'video_convert_orc_convert_AYUV_BGRA'
       width, height);
       ^
In file included from videoconvert.c:31:0:
gstvideoconvertorc.h:114:6: note: declared here
 void video_convert_orc_convert_AYUV_BGRA (guint8 * ORC_RESTRICT d1, int
d1_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m);
      ^
videoconvert.c: In function 'convert_AYUV_ABGR':
videoconvert.c:1237:7: error: too many arguments to function
'video_convert_orc_convert_AYUV_ABGR'
       width, height);
       ^
In file included from videoconvert.c:31:0:
gstvideoconvertorc.h:115:6: note: declared here
 void video_convert_orc_convert_AYUV_ABGR (guint8 * ORC_RESTRICT d1, int
d1_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m);
      ^
videoconvert.c: In function 'convert_AYUV_RGBA':
videoconvert.c:1251:7: error: too many arguments to function
'video_convert_orc_convert_AYUV_RGBA'
       width, height);
       ^
In file included from videoconvert.c:31:0:
gstvideoconvertorc.h:116:6: note: declared here
 void video_convert_orc_convert_AYUV_RGBA (guint8 * ORC_RESTRICT d1, int
d1_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m);
      ^
videoconvert.c: In function 'convert_I420_BGRA':
videoconvert.c:1268:9: error: too many arguments to function
'video_convert_orc_convert_I420_BGRA'
         width);
         ^
In file included from videoconvert.c:31:0:
gstvideoconvertorc.h:117:6: note: declared here
 void video_convert_orc_convert_I420_BGRA (guint8 * ORC_RESTRICT d1, const
guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 *
ORC_RESTRICT s3, int n);
      ^
make[1]: *** [libgstvideoconvert_la-videoconvert.lo] Error 1
make[1]: Leaving directory
`/home/desrt/.cache/jhbuild/checkout/gst-plugins-base/gst/videoconvert'
make: *** [all] Error 2

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