Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder ffmpeg-solaris10-sparc Build #12753

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision0cd75dbfa0fc6c213cf9240b3c03c809070c5209
Got Revision0cd75dbfa0fc6c213cf9240b3c03c809070c5209
Changes1 change

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 8 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 0 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12753 Build
codebase Build
got_revision 0cd75dbfa0fc6c213cf9240b3c03c809070c5209 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 0cd75dbfa0fc6c213cf9240b3c03c809070c5209 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Thomas Gritzan

Timing:

StartThu Nov 27 21:17:56 2025
EndThu Nov 27 21:18:14 2025
Elapsed17 secs

All Changes:

:

  1. Change #250290

    Category ffmpeg
    Changed by Thomas Gritzan <phygonohnoyoudont@gmx.de>
    Changed at Thu 27 Nov 2025 21:12:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0cd75dbfa0fc6c213cf9240b3c03c809070c5209

    Comments

    libavdevice/decklink: Implement QueryInterface to support newer driver
    Playback to a decklink device with a newer version of the
    DeckLink SDK (14.3) stalls because the driver code calls
    IDeckLinkVideoFrame::QueryInterface, which is not
    implemented by ffmpeg.
    This patch implements decklink_frame::QueryInterface,
    so that playback works with both older (12.x) and
    newer (>= 14.3) drivers.
    
    Note: The patch still does not allow the code to compile
    with DeckLink SDK 14.3 or newer, as the API has changed.

    Changed files

    • configure
    • libavdevice/decklink_enc.cpp