Results 1 to 4 of 4

Thread: Project MESSAGE Disabling video due to lack of Glib/Gio/Gstreamer

  1. #1
    Join Date
    Mar 2012
    Posts
    7
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Project MESSAGE Disabling video due to lack of Glib/Gio/Gstreamer

    I am seeing this message when configuring Qt libraries for cross-compiling with marvell toolchain. I am using Qt 4.8 open-source version.

    The configure arguments I used are:
    ---------------------------------------
    #!/bin/sh

    ./configure -v -embedded arm -little-endian \
    -no-fast -no-largefile -no-accessibility \
    -xplatform qws/linux-arm-marvell-linux-gnueabi-g++ \
    -no-declarative-debug \
    -nomake demos -nomake examples -no-optimized-qmake \
    -qt-gfx-linuxfb \
    -no-freetype -prefix /home/user/qtembedded4.8 \
    -hostprefix /home/user/qtembedded4.8 \
    -debug -opensource -shared \
    -no-webkit -no-qt3support -no-script \
    -glib -phonon -phonon-backend \
    -no-cups -no-nis -no-pch -no-iconv -reduce-relocations \
    -depths 16 -qt-mouse-linuxinput -qt-kbd-linuxinput \
    -L/home/user/pxalinux/package/gstreamer-M1.0.9/gst/gst/lib \
    -L/home/user/pxalinux/package/gstreamer-M1.0.9/gst/gstdeps/lib \
    -I /home/user/pxalinux/package/gstreamer-M1.0.9/gst/gst_include \
    -I /home/user/pxalinux/package/graphics/libOpenVG/include \
    -lglib-2.0 -lgthread-2.0 -lxml2 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 \
    -lgio-2.0
    -----------------------

    During the configuration I am seeing a message:

    Project MESSAGE: Disabling video due to lack of Glib/Gio/Gstreamer

    I have provided the path to gstreamer and dependent libraries. I am not sure what it is looking for. Does this mean I cannot play video using phonon library?

    Any help is appreciated.

    Thanks!
    Last edited by allamsetty; 23rd March 2012 at 22:59. Reason: Added Qt version

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Project MESSAGE Disabling video due to lack of Glib/Gio/Gstreamer

    Quote Originally Posted by allamsetty View Post
    I have provided the path to gstreamer and dependent libraries.
    Were they built for arm using the same toolchain (cross-compiler)?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Mar 2012
    Posts
    7
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Project MESSAGE Disabling video due to lack of Glib/Gio/Gstreamer

    Yes, they were pre-built libraries provided by Marvell. I am not sure if they were cross-compiled or native compiled. Most likely, native compiled.

    Thanks!

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Project MESSAGE Disabling video due to lack of Glib/Gio/Gstreamer

    Check using file and ldd that they are compatible with your compiler. Make sure you have all required components. In doubt open the project file spitting out the message and see what condition checks result in displaying that message.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Play video file with Phonon and GStreamer show black screen
    By SimbadSubZero in forum Qt Programming
    Replies: 2
    Last Post: 6th May 2010, 11:47
  2. Replies: 2
    Last Post: 15th February 2010, 06:42
  3. Performance problems playing video with Phonon and GStreamer on QT Embedded.
    By MarcosRodriguez in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 3rd December 2009, 13:57
  4. sometime lack string (QtEmbedded Qt4.5, linux)
    By muny in forum Qt Programming
    Replies: 2
    Last Post: 22nd November 2009, 16:51
  5. Lack of icons and standard C++ libraries
    By Trok in forum Installation and Deployment
    Replies: 0
    Last Post: 18th June 2009, 22:54

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.