After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 595973 - [qtdemux] No useful errors when file is encrypted
[qtdemux] No useful errors when file is encrypted
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-22 16:59 UTC by Bastien Nocera
Modified: 2009-11-24 17:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
encrypted M4V file (1000.00 KB, application/octet-stream)
2009-09-22 17:03 UTC, Bastien Nocera
Details

Description Bastien Nocera 2009-09-22 16:59:49 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.
Comment 1 Bastien Nocera 2009-09-22 17:03:00 UTC
Created attachment 143715 [details]
encrypted M4V file
Comment 2 Tim-Philipp Müller 2009-09-23 10:23:46 UTC
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
Comment 3 Tim-Philipp Müller 2009-11-24 17:59:48 UTC
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!