Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 602304

Summary: gst-plugins-ffmpeg-0.10.13_p201211-r5 + media-video/ffmpeg-3.2.2: error: 'PIX_FMT_YUYV422' undeclared
Product: Gentoo Linux Reporter: Anton Kochkov <anton.kochkov>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: tabascoz
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: full build log
emerge --info output

Description Anton Kochkov 2016-12-10 21:47:27 UTC
Created attachment 455806 [details]
full build log

/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2108:48: warning: passing argument 3 of 'gst_structure_get_int' from incompatible pointer type
   gst_structure_get_int (structure, "bitrate", &context->bit_rate);
                                                ^
In file included from /usr/include/gstreamer-0.10/gst/gstcaps.h:24:0,
                 from /usr/include/gstreamer-0.10/gst/gstbuffer.h:29,
                 from /usr/include/gstreamer-0.10/gst/gstpad.h:30,
                 from /usr/include/gstreamer-0.10/gst/gstelement.h:57,
                 from /usr/include/gstreamer-0.10/gst/gstbin.h:27,
                 from /usr/include/gstreamer-0.10/gst/gst.h:35,
                 from /var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:25:
/usr/include/gstreamer-0.10/gst/gststructure.h:197:25: note: expected 'gint *' but argument is of type 'int64_t *'
 gboolean                gst_structure_get_int              (const GstStructure      *structure,
                         ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c: In function 'gst_ffmpeg_caps_to_pixfmt':
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2201:30: error: 'PIX_FMT_YUYV422' undeclared (first use in this function)
           context->pix_fmt = PIX_FMT_YUYV422;
                              ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2204:30: error: 'PIX_FMT_YUV420P' undeclared (first use in this function)
           context->pix_fmt = PIX_FMT_YUV420P;
                              ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2207:30: error: 'PIX_FMT_YUVA420P' undeclared (first use in this function)
           context->pix_fmt = PIX_FMT_YUVA420P;
                              ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2210:30: error: 'PIX_FMT_YUV411P' undeclared (first use in this function)
           context->pix_fmt = PIX_FMT_YUV411P;
                              ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2213:30: error: 'PIX_FMT_YUV422P' undeclared (first use in this function)
           context->pix_fmt = PIX_FMT_YUV422P;
                              ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2216:30: error: 'PIX_FMT_YUV410P' undeclared (first use in this function)
           context->pix_fmt = PIX_FMT_YUV410P;
                              ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2219:30: error: 'PIX_FMT_YUV444P' undeclared (first use in this function)
           context->pix_fmt = PIX_FMT_YUV444P;
                              ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2222:30: error: 'PIX_FMT_YUV420P10BE' undeclared (first use in this function)
           context->pix_fmt = PIX_FMT_YUV420P10BE;
                              ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2225:30: error: 'PIX_FMT_YUV420P10LE' undeclared (first use in this function)
           context->pix_fmt = PIX_FMT_YUV420P10LE;
                              ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2228:30: error: 'PIX_FMT_YUV422P10BE' undeclared (first use in this function)
           context->pix_fmt = PIX_FMT_YUV422P10BE;
                              ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2234:30: error: 'PIX_FMT_YUV444P10BE' undeclared (first use in this function)
           context->pix_fmt = PIX_FMT_YUV444P10BE;
                              ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2255:34: error: 'PIX_FMT_RGB32' undeclared (first use in this function)
               context->pix_fmt = PIX_FMT_RGB32;
                                  ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2259:34: error: 'PIX_FMT_BGR24' undeclared (first use in this function)
               context->pix_fmt = PIX_FMT_BGR24;
                                  ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2261:34: error: 'PIX_FMT_RGB24' undeclared (first use in this function)
               context->pix_fmt = PIX_FMT_RGB24;
                                  ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2265:34: error: 'PIX_FMT_RGB565' undeclared (first use in this function)
               context->pix_fmt = PIX_FMT_RGB565;
                                  ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2269:34: error: 'PIX_FMT_RGB555' undeclared (first use in this function)
               context->pix_fmt = PIX_FMT_RGB555;
                                  ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2277:30: error: 'PIX_FMT_PAL8' undeclared (first use in this function)
           context->pix_fmt = PIX_FMT_PAL8;
                              ^
/var/tmp/portage/media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r5/work/gst-ffmpeg-0.10.13_p201211/ext/ffmpeg/gstffmpegcodecmap.c:2288:30: error: 'PIX_FMT_GRAY8' undeclared (first use in this function)
           context->pix_fmt = PIX_FMT_GRAY8;
                              ^
make[3]: *** [Makefile:558: libgstffmpeg_la-gstffmpegenc.lo] Error 1
Comment 1 Anton Kochkov 2016-12-10 21:49:42 UTC
Created attachment 455808 [details]
emerge --info output
Comment 2 Pacho Ramos gentoo-dev 2016-12-11 10:15:05 UTC

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