Hello

Many beginners questions from me today. Sorry about that. It's just not that 
easy to get a grip with qt.

Qt is supposed to use gstreamer to display various multimedia content. So why 
is it, that for some files I get a black screen while the very same file is 
working alright in totem video player? (which uses gstreamer too)
I find this really strange. Maybe there is a good reason for that behaviour?

Mplayer uses ffmpeg to at least one of the movies who don't work.

My video tag is simple:
  Video {
      id: player
      anchors.fill: parent
      source: thesource
      focus:  true
      autoPlay: true
      onStopped:{
          endReached();
          videoPlayer.close()
      }
    }

Freundliche Grüsse / Best Regards / Meilleures salutations
Adrian Stern
Diese E-Mail und ihre Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese 
E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und 
vernichten Sie diese Mail inklusive Anhänge. Das unerlaubte Kopieren sowie die 
unbefugte Weitergabe der Inhalte dieser Mail ist nicht gestattet.
This e-mail and any attachments may contain confidential and/or privileged 
information. If you are not the intended recipient (or have received this 
e-mail in error) please notify the sender immediately and destroy this e-mail 
including the attachments. Any unauthorized copying, disclosure or distribution 
of the material in this e-mail is strictly forbidden.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to