[FFmpeg-trac] #4455(undetermined:open): Better dependency tracking for ffprobe FATE tests needed

FFmpeg trac at avcodec.org
Wed Apr 8 13:20:09 CEST 2015


#4455: Better dependency tracking for ffprobe FATE tests needed
-------------------------------------+-------------------------------------
             Reporter:  Timothy_Gu   |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  fate         |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  1
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * status:  new => open
 * version:  unspecified => git-master
 * reproduced:  0 => 1


Comment:

 FFprobe tests are disabled if ffmpeg is disabled, ffmpeg does not depend
 on avdevice.
 The FFprobe tests depend on a file that can currently only be created if
 avdevice was enabled, I will attach a patch that works around this issue
 by not using avdevice when creating the file. Unfortunately, it slightly
 changes the output file because the audio stream gets a default stream
 (this may or may not be related to ticket #3622).
 A solution would be to first change the test file so the audio stream will
 be set to default and then apply my patch.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4455#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list