Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Phonon VideoPlayer does not clear screen after a new media source is loaded
Qt 6.11 is out! See what's new in the release blog

Phonon VideoPlayer does not clear screen after a new media source is loaded

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    laseranichris
    wrote on last edited by
    #1

    Hello,

    I am writing an application for Windows and Mac OS X using Phonon for video and audio playback.

    Now I have the following problem:
    Whenever I open an audio file after a video has been displayed the last frame of the video stays visible.

    I use Qt library 4.8.3 and the default Phonon backends (DS9 on Windows and QT on Mac OS X).

    I use to following MediaObject functions to open the new file:

    @
    stop();
    clear();
    setCurrentSource(filename);
    @

    On Windows the widget is cleared after a resize, on Mac OS X even this does not work.

    Does anybody have a solution for this?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved