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 559470 - Mp4 File makes qtdemux complain
Mp4 File makes qtdemux complain
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.7
Other All
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-05 17:07 UTC by Florent Thiéry
Modified: 2008-11-10 17:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Florent Thiéry 2008-11-05 17:07:09 UTC
Please describe the problem:
I have an encoding device that produces MP4 files. When i decode it using decodebin, the chosen demuxer is qtdemux. However:
* qtdemux complains
* there are minor side effects, such as duration-related ones (unable to determine)

Steps to reproduce:
1. wget https://flowty-public-dev.s3.amazonaws.com/2008-10-22_20-42-59.mp4
2. GST_DEBUG=2 gst-launch-0.10 playbin uri=file://$uri

Actual results:
The file is played back quite normally (should it ?)

Expected results:
No warning

Does this happen every time?
Yes

Other information:
0:00:00.141301142  9856 0x822cb48 WARN               qtdemux qtdemux_types.c:129:qtdemux_type_get: unknown QuickTime node type iods
0:00:00.141331755  9856 0x822cb48 WARN               qtdemux qtdemux_types.c:129:qtdemux_type_get: unknown QuickTime node type avc1
0:00:00.141345123  9856 0x822cb48 WARN               qtdemux qtdemux.c:2445:qtdemux_parse_node:<qtdemux0> mp4a version 0x00000000
0:00:00.141358736  9856 0x822cb48 WARN               qtdemux qtdemux_types.c:129:qtdemux_type_get: unknown QuickTime node type iods
0:00:00.141371518  9856 0x822cb48 WARN               qtdemux qtdemux_types.c:129:qtdemux_type_get: unknown QuickTime node type avc1
0:00:00.141561408  9856 0x822cb48 WARN               qtdemux qtdemux.c:3447:qtdemux_parse_trak:<qtdemux0> unknown version 00000000
0:00:00.141583074  9856 0x822cb48 ERROR              qtdemux qtdemux.c:4132:gst_qtdemux_handle_esds:<qtdemux0> parse error
Comment 1 Wim Taymans 2008-11-10 17:12:19 UTC
qtdemux demuxes iso mp4 files. The warnings are harmless. The duration seems fine to me. Closing, please reopen if I missed something.