Results 1 to 4 of 4

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

Threaded View

Previous Post Previous Post   Next Post Next Post
  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

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.