Hi

I don't see any good reason why totem would play something while QML Video 
element fails. Can you share some small video link that doesn't work with Video 
element.

Regards,
Pritam
________________________________________
From: [email protected] 
[[email protected]] on behalf of 
Adrian Stern [[email protected]]
Sent: Tuesday, April 23, 2013 7:48 PM
To: [email protected]
Subject: [Interest] QML Video - Codecs

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
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are 
not 
to copy, disclose, or distribute this e-mail or its contents to any other 
person and 
any such actions are unlawful. This e-mail may contain viruses. Infosys has 
taken 
every reasonable precaution to minimize this risk, but is not liable for any 
damage 
you may sustain as a result of any virus in this e-mail. You should carry out 
your 
own virus checks before opening the e-mail or attachment. Infosys reserves the 
right to monitor and review the content of all messages sent to or from this 
e-mail 
address. Messages sent to or from this e-mail address may be stored on the 
Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to