All of lore.kernel.org
 help / color / mirror / Atom feed
From: Surya <surya.n@easyarm.com>
To: yocto@yoctoproject.org
Subject: Re: Qtmultimedia issue
Date: Tue, 15 Dec 2015 11:07:16 +0000	[thread overview]
Message-ID: <566FF464.4090507@easyarm.com> (raw)
In-Reply-To: <566E94C3.5040206@easyarm.com>

[-- Attachment #1: Type: text/plain, Size: 2022 bytes --]

Hello,

I am building qt5.3.2 with yocto. I need qtmultimedia & qtscript support 
to run my video application,but  unfortunately my "qmake" 
(sysroot/i686-linux/usr/bin/qt5/qmake) is not linked with those 
libraries evenif these modules are enabled .

So, i tried to add it manually in my local.conf as below.

PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer010"

But,i am getting error as:


/home/shammi/WIN/surya/work/yocto/build/tmp-glibc/work/cortexa8t2hf-vfp-neon-phytec-linux-gnueabi/qtmultimedia/5.3.2-r0/qtmultimedia-opensource-src-5.3.2/src/gsttools/gstvideoconnector.c:467:32: 
error: 'GST_PAD_PROBE_DROP' undeclared (first use in this function)
      return element->relinked ? GST_PAD_PROBE_DROP : GST_PAD_PROBE_OK;
                                 ^
/home/shammi/WIN/surya/work/yocto/build/tmp-glibc/work/cortexa8t2hf-vfp-neon-phytec-linux-gnueabi/qtmultimedia/5.3.2-r0/qtmultimedia-opensource-src-5.3.2/src/gsttools/gstvideoconnector.c:467:32: 
note: each undeclared identifier is reported only once for each function 
it appears in
/home/shammi/WIN/surya/work/yocto/build/tmp-glibc/work/cortexa8t2hf-vfp-neon-phytec-linux-gnueabi/qtmultimedia/5.3.2-r0/qtmultimedia-opensource-src-5.3.2/src/gsttools/gstvideoconnector.c:467:53: 
error: 'GST_PAD_PROBE_OK' undeclared (first use in this function)
      return element->relinked ? GST_PAD_PROBE_DROP : GST_PAD_PROBE_OK;

Need help.


Thanks & Regards
Surya







On Monday 14 December 2015 10:06 AM, Surya wrote:
> Hello all,
>
> I need some help regarding qtmultimedia .Currently i am trying to 
> build qt5.3.2 with qtwebengine .It builded properly without any error 
> but when i am trying to using the "qmake" of this and build any 
> graphic related applications ,it is showing some error as below:
>
> Project ERROR: Unknown module(s) in QT: script multimedia
>
> I have enabled both qtmultimedia  & qtscript by hob ,,but still no 
> idea why its not taking that.
>
>
> Thanks & Regards
> Surya


[-- Attachment #2: Type: text/html, Size: 3615 bytes --]

      parent reply	other threads:[~2015-12-15 11:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-14 10:06 Qtmultimedia issue Surya
2015-12-15  0:55 ` Khem Raj
2015-12-15 11:07 ` Surya [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=566FF464.4090507@easyarm.com \
    --to=surya.n@easyarm.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.