After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 721938 - build fails in videoconvert.c: too many arguments to function 'video_convert_orc_convert_<...>'
build fails in videoconvert.c: too many arguments to function 'video_convert_...
Status: RESOLVED DUPLICATE of bug 721701
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-10 14:07 UTC by christian.h.m.schramm
Modified: 2014-01-10 14:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description christian.h.m.schramm 2014-01-10 14:07:21 UTC
This is building in a freshly-setup jhbuild. Building gst-plugins-base fails with

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);
Comment 1 Sebastian Dröge (slomo) 2014-01-10 14:08:16 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 721701 ***