Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Qml video emlement problem
Qt 6.11 is out! See what's new in the release blog

Qml video emlement problem

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 1 Posters 1.4k 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.
  • I Offline
    I Offline
    iayandong19760
    wrote on last edited by
    #1

    hi, now i use a qml video emlement in my qml app, but after runing video emlemnt, the app running performance is slowly, i think that maybe video source memoy is not release at all,
    and when i leave video page, did this
    @
    onClicked: {
    video.stop();
    video.source="" //video.visible = false; visibleFlag = false;
    pageStack.replace( Qt.resolvedUrl("LevelSelectPage.qml"),true);
    }
    @

    please me give me advice,thank you

    my SDK is 4.7.4 ana

    [Edit: Please wrap your code in @ tags; mlong]

    1 Reply Last reply
    0
    • I Offline
      I Offline
      iayandong19760
      wrote on last edited by
      #2

      my deivce is N8(Nokia)

      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