Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. What is way to show popup on video ?
Forum Updated to NodeBB v4.3 + New Features

What is way to show popup on video ?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
2 Posts 1 Posters 344 Views
  • 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.
  • Q Offline
    Q Offline
    Qt embedded developer
    wrote on last edited by
    #1

    I have used qt-gstreamer for implement video player.

    i have used 'examples/player' from "https://gstreamer.freedesktop.org/data/doc/gstreamer/head/qt-gstreamer/html/examples_2player_2main_8cpp-example.html".

    i am able to play video using this example.

    when video is playing at that time i am unable to show popup on above it .

    how to show popup on this video player when video is in " StateVoidPending, StateNull, StateReady, StatePaused and StatePlaying " states?

    Q 1 Reply Last reply
    0
    • Q Qt embedded developer

      I have used qt-gstreamer for implement video player.

      i have used 'examples/player' from "https://gstreamer.freedesktop.org/data/doc/gstreamer/head/qt-gstreamer/html/examples_2player_2main_8cpp-example.html".

      i am able to play video using this example.

      when video is playing at that time i am unable to show popup on above it .

      how to show popup on this video player when video is in " StateVoidPending, StateNull, StateReady, StatePaused and StatePlaying " states?

      Q Offline
      Q Offline
      Qt embedded developer
      wrote on last edited by Qt embedded developer
      #2

      @Qt-embedded-developer
      to show popup on video we need to use FrambufferLayerEnable(false) and player->stopPipelineWatch() and on close event of popup we need to use
      FrambufferLayerEnable(true) and player->watchPipeline(player->m_pipeline) to gain again at same state.

      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