GNOME Bugzilla – Bug 436820
discoverer thinks a very short ogg is not a media file
Last modified: 2010-12-05 01:51:20 UTC
Steps to reproduce: 1. gst-python/examples/gst-discover disk-audio-video-manual.20070306-220058.ogg Expected results: something about the fact that it's a media file, albeit very short Actual results: "error: '/tmp/disk-audio-video-manual.20070306-220058.ogg' does not appear to be a media file"
Created attachment 87792 [details] very short ogg file
This patch makes the file play for me (with playbin): * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet), (gst_ogg_demux_collect_chain_info): If there is a stream in a chain without any data packets, ignore the stream in the total length calculations. Might be related to #436820. does it improve the discoverer?
No, still fails although gst-typefind detects it correctly.
The discoverer in -base detects this correctly.