Results 1 to 3 of 3

Thread: phonon does't work fine in debian/kubuntu/ubuntu

  1. #1
    Join Date
    Sep 2008
    Posts
    1

    Default phonon does't work fine in debian/kubuntu/ubuntu

    Hi,
    I have a application that a video playing and some text's scrolling in
    bottom, in windows and fedora works fine...
    but on gnu/linux debian/kubuntu/ubuntu the video can't resize

    part of code
    Qt Code:
    1. mediaObject = new MediaObject(this);
    2. videoWidget = new VideoWidget(this);
    3. createPath(mediaObject, videoWidget);
    4.  
    5. connect(mediaObject, SIGNAL(hasVideoChanged(bool)), videoWidget,
    6. SLOT(setVisible(bool)));
    7.  
    8. videoWidget->resize(desktopWidth, desktopHeight-70);
    9. videoWidget->hide();
    10. videoWidget->move(0, 0);
    11. videoWidget->setAspectRatio(VideoWidget::AspectRatioWidget);
    To copy to clipboard, switch view to plain text mode 

    well... I know that this is not bug of the QT.
    can anyone help me?
    Attached Images Attached Images
    Last edited by jpn; 4th October 2008 at 21:05. Reason: missing [code] tags

  2. #2
    Join Date
    May 2008
    Location
    Melbourne, Australia
    Posts
    136
    Thanks
    9
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: phonon does't work fine in debian/kubuntu/ubuntu

    Did you compile Qt and Phonon from source on Ubuntu? I found the Phonon in the Ubuntu repository broken.

  3. #3
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: phonon does't work fine in debian/kubuntu/ubuntu

    Hi,

    on my Kubuntu I have to switch the phonon backend from xine to gstreamer that my application works fine.

    Lykurg

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.