Skip to content

Lower verbosity of often happening warnings

Thibault Saunier requested to merge thiblahute/gstreamer:warn_less into main
  • qtdemux: Lower verbosity of some often happenning warnings
  • matroskademux: Lower verbosity of some often happenning warnings
  • basesrc: Lower verbosity of often happening warning
    decodebin(3) runs a scheduling query before pads are activated which
    ultimately triggers basesrc->start which will automatically call
    gst_base_src_start_complete for any source that is not marked as
    'async'. This calls will harmlessly bail out in not_activated_yet
    so we should not warn in that case.

Merge request reports