GNOME Bugzilla – Bug 595973
[qtdemux] No useful errors when file is encrypted
Last modified: 2009-11-24 17:59:48 UTC
The attached file is encrypted. $ totem-video-indexer /tmp/encrypted.m4v ** Message: Error: Could not decode stream. qtdemux.c(3650): qtdemux_parse_trak (): /GstPlayBin:play/GstDecodeBin:decodebin0/GstQTDemux:qtdemux0 I'd rather get a message telling me the file was encrypted, as xine-lib can.
Created attachment 143715 [details] encrypted M4V file
Seems to work for me (and I don't think this is something that got fixed only recently): $ gst-launch-0.10 playbin2 uri=file:///home/tpm/samples/595973-encrypted.m4v ... ERROR: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstQTDemux:qtdemux0: The stream is encrypted and decryption is not supported. ... $ ./totem-video-indexer /home/tpm/samples/595973-encrypted.m4v ** Message: Error: The stream is encrypted and decryption is not supported. qtdemux.c(4755): qtdemux_parse_trak (): /GstPlayBin2:play/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstQTDemux:qtdemux0 TOTEM_INFO_HAS_VIDEO=False TOTEM_INFO_HAS_AUDIO=False
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!